- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHCMapInfoView.podspec
More file actions
Latest commit
22 lines (16 loc) · 782 Bytes
/
Copy pathHCMapInfoView.podspec
File metadata and controls
22 lines (16 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.platform=:ios
s.name="HCMapInfoView"
s.version="1.0.0"
s.summary="HCMapInfoView is an iOS library for creating custom info views for Apple maps."
s.description=<<-DESC
HCMapInfoView is an iOS library which facilitates creating custom info views for Apple maps.
DESC
s.homepage="https://github.com/Hypercubesoft/HCMapInfoView"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Hypercubesoft"=>"office@hypercubesoft.com"}
s.source={:git=>"https://github.com/Hypercubesoft/HCMapInfoView.git",:tag=>"#{s.version}"}
s.ios.deployment_target="9.0"
s.source_files="Source/HCMapInfoView","Source/HCMapInfoView/**/*"
s.dependency'HCFramework'
end