[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / 4 / 0 / AirMapSDK / 0.1.6 / AirMapSDK.podspec.json
blob50a6b4e8040a5cb57dcfe44e01a7a8fb89c3628b
2   "name": "AirMapSDK",
3   "module_name": "AirMap",
4   "authors": "AirMap, Inc.",
5   "version": "0.1.6",
6   "summary": "AirMap SDK for iOS & macOS",
7   "description": "Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts.",
8   "license": {
9     "type": "Custom",
10     "file": "LICENSE"
11   },
12   "homepage": "https://www.airmap.com/makers/",
13   "documentation_url": "https://developers.airmap.com/docs/ios-getting-started",
14   "social_media_url": "https://twitter.com/AirMapIO",
15   "source": {
16     "git": "https://github.com/AirMap/AirMapSDK-Swift.git",
17     "tag": "0.1.6"
18   },
19   "cocoapods_version": ">= 1.0.0",
20   "frameworks": "Foundation",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10"
24   },
25   "default_subspecs": [
26     "Core",
27     "Traffic",
28     "Telemetry",
29     "UI"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "ios": {
35         "frameworks": "UIKit"
36       },
37       "osx": {
38         "frameworks": "AppKit"
39       },
40       "source_files": [
41         "Source/Core/**/{*.h,*.m,*.swift}",
42         "Source/Rx/*"
43       ],
44       "dependencies": {
45         "SimpleKeychain": [
47         ],
48         "Alamofire": [
50         ],
51         "JWTDecode": [
53         ],
54         "Log": [
56         ],
57         "ObjectMapper": [
59         ],
60         "RxCocoa": [
62         ],
63         "RxSwift": [
65         ],
66         "RxSwiftExt": [
68         ]
69       },
70       "resources": [
71         "Source/Resources/*.cer",
72         "Source/Resources/*.pdf",
73         "Source/Resources/*.xcassets"
74       ]
75     },
76     {
77       "name": "UI",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "frameworks": "UIKit",
82       "dependencies": {
83         "AirMapSDK/Core": [
85         ],
86         "libPhoneNumber-iOS": [
88         ],
89         "Mapbox-iOS-SDK": [
90           "~> 3.3.3"
91         ],
92         "RxDataSources": [
94         ]
95       },
96       "source_files": "Source/UI/**/{*.swift}",
97       "resources": [
98         "Source/UI/**/{*.storyboard,*.xcassets}"
99       ]
100     },
101     {
102       "name": "Traffic",
103       "xcconfig": {
104         "OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TRAFFIC"
105       },
106       "dependencies": {
107         "AirMapSDK/Core": [
109         ],
110         "SwiftMQTT": [
111           "~> 1.0.2"
112         ]
113       },
114       "source_files": "Source/Traffic/*"
115     },
116     {
117       "name": "Telemetry",
118       "xcconfig": {
119         "OTHER_SWIFT_FLAGS": "$(inherited) -DAIRMAP_TELEMETRY"
120       },
121       "dependencies": {
122         "AirMapSDK/Core": [
124         ],
125         "CocoaAsyncSocket": [
127         ],
128         "CryptoSwift": [
130         ],
131         "ProtocolBuffers-Swift": [
133         ]
134       },
135       "source_files": "Source/Telemetry/*"
136     }
137   ]