forked from malcommac/SwiftLocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftLocation.podspec
More file actions
17 lines (17 loc) · 852 Bytes
/
SwiftLocation.podspec
File metadata and controls
17 lines (17 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "SwiftLocation"
s.version = "3.2.3"
s.summary = "Easy and Efficient Location Tracking for iOS"
s.description = <<-DESC
Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding and more!
DESC
s.homepage = "https://github.com/malcommac/SwiftLocation.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daniele Margutti" => "me@danielemargutti.com" }
s.social_media_url = "http://twitter.com/danielemargutti"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/malcommac/SwiftLocation.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation","CoreLocation","MapKit"
s.dependency 'SwiftyJSON', '~> 4.0.0-alpha.1'
end