[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.0.5 / Phunware.podspec.json
blob1da5f12aa7875ff634c70f91d6d21f7dd9688c48
2   "name": "Phunware",
3   "version": "1.0.5",
4   "license": "MIT",
5   "summary": "Phunware SDKs (BETA)",
6   "homepage": "https://github.com/phunware/beta-ios",
7   "authors": {
8     "Phunware": "info@phunware.com"
9   },
10   "source": {
11     "git": "https://github.com/phunware/beta-ios.git",
12     "tag": "v1.0.5"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "Beta",
19   "subspecs": [
20     {
21       "name": "Beta",
22       "subspecs": [
23         {
24           "name": "Core",
25           "ios": {
26             "vendored_frameworks": "Framework/PWCore.framework",
27             "frameworks": [
28               "Security",
29               "QuartzCore",
30               "SystemConfiguration",
31               "MobileCoreServices",
32               "CoreTelephony"
33             ],
34             "dependencies": {
35               "SSZipArchive": [
37               ],
38               "TMCache": [
40               ]
41             }
42           },
43           "libraries": [
44             "z",
45             "xml2.2"
46           ]
47         },
48         {
49           "name": "Location",
50           "ios": {
51             "vendored_frameworks": "Framework/PWLocation.framework",
52             "libraries": "c++",
53             "frameworks": [
54               "Security",
55               "QuartzCore",
56               "SystemConfiguration",
57               "MobileCoreServices",
58               "CoreTelephony",
59               "CoreBluetooth",
60               "CoreMotion",
61               "CoreLocation",
62               "MapKit"
63             ]
64           },
65           "dependencies": {
66             "Phunware/Beta/Core": [
68             ],
69             "MistSDK": [
71             ],
72             "TMCache": [
74             ],
75             "IndoorAtlas": [
77             ]
78           },
79           "libraries": [
80             "sqlite3",
81             "z",
82             "xml2.2"
83           ]
84         },
85         {
86           "name": "MapKit",
87           "ios": {
88             "vendored_frameworks": "Framework/PWMapKit.framework",
89             "dependencies": {
90               "Phunware/Beta/Location": [
92               ],
93               "TMCache": [
95               ]
96             },
97             "frameworks": [
98               "Security",
99               "CoreGraphics",
100               "QuartzCore",
101               "SystemConfiguration",
102               "MobileCoreServices",
103               "CoreTelephony",
104               "CoreLocation",
105               "MapKit"
106             ]
107           }
108         },
109         {
110           "name": "Messaging",
111           "ios": {
112             "vendored_frameworks": "Framework/PWMessaging.framework",
113             "frameworks": "CoreLocation"
114           },
115           "dependencies": {
116             "Phunware/Beta/Core": [
118             ],
119             "FMDB": [
121             ]
122           },
123           "libraries": [
124             "sqlite3",
125             "z"
126           ]
127         },
128         {
129           "name": "Ads",
130           "ios": {
131             "vendored_frameworks": "Framework/PWAdvertising.framework",
132             "frameworks": [
133               "Security",
134               "QuartzCore",
135               "SystemConfiguration",
136               "MobileCoreServices",
137               "CoreTelephony",
138               "MessageUI",
139               "EventKit",
140               "EventKitUI",
141               "CoreMedia",
142               "AVFoundation",
143               "MediaPlayer",
144               "AudioToolbox",
145               "AdSupport",
146               "StoreKit",
147               "WebKit"
148             ]
149           },
150           "dependencies": {
151             "Phunware/Beta/Core": [
153             ]
154           },
155           "libraries": [
156             "sqlite3",
157             "z"
158           ]
159         }
160       ]
161     }
162   ]