- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMapHelperKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 751 Bytes
/
Copy pathMapHelperKit.podspec
File metadata and controls
19 lines (15 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="MapHelperKit"
s.version="1.2"
s.summary="MapHelperKit provides an elegant way to show locations or directions in Google Maps or Apple Maps."
s.description=<<-DESC
MapHelperKit provides easiest way to show different places in Maps. It also provides directions API to show in Apple Maps or Google Maps.
DESC
s.homepage="https://github.com/rushisangani/MapHelperKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Rushi Sangani"=>"rushisangani@gmail.com"}
s.source={:git=>"https://github.com/rushisangani/MapHelperKit.git",:tag=>s.version}
s.ios.deployment_target='9.0'
s.source_files="MapHelperKit/**/*.swift"
s.requires_arc=true
end