[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / c / 6 / SwiftLocation / 5.1.0 / SwiftLocation.podspec.json
blobafbd59619eb4b343ec3a89ac5ae7627d27d38384
2   "name": "SwiftLocation",
3   "version": "5.1.0",
4   "summary": "Location Manager Made Easy",
5   "description": "Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding, autocomplete, geofencing, beacon monitoring & broadcasting",
6   "homepage": "https://github.com/malcommac/SwiftLocation.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "hello@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/malcommac/SwiftLocation.git",
21     "tag": "5.1.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "MapKit"
27   ],
28   "swift_versions": [
29     "5.0",
30     "5.1",
31     "5.3"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/SwiftLocation/**/*.swift",
37       "frameworks": [
38         "Foundation",
39         "CoreLocation",
40         "MapKit"
41       ]
42     },
43     {
44       "name": "BeaconBroadcaster",
45       "dependencies": {
46         "SwiftLocation/Core": [
48         ]
49       },
50       "source_files": "Sources/SwiftLocationBeaconBroadcaster/**/*.swift",
51       "frameworks": [
52         "Foundation",
53         "CoreBluetooth"
54       ]
55     }
56   ],
57   "swift_version": "5.3"