-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathFCCurrentLocationGeocoder.podspec
More file actions
14 lines (14 loc) · 805 Bytes
/
FCCurrentLocationGeocoder.podspec
File metadata and controls
14 lines (14 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |spec|
spec.name = 'FCCurrentLocationGeocoder'
spec.version = '1.1.11'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/fabiocaccamo/FCCurrentLocationGeocoder'
spec.authors = { 'Fabio Caccamo' => 'fabio.caccamo@gmail.com' }
spec.summary = 'iOS Geocoder for forward geocode and reverse geocode user\'s current location (optional GeoIP support) using a block-based syntax.'
spec.source = { :git => 'https://github.com/fabiocaccamo/FCCurrentLocationGeocoder.git', :tag => '1.1.11' }
spec.source_files = 'FCCurrentLocationGeocoder/*.{h,m}'
spec.platform = :ios, '5.0'
spec.framework = 'Foundation', 'UIKit', 'CoreLocation'
spec.requires_arc = true
spec.dependency 'FCIPAddressGeocoder', '~> 1.0.0'
end