[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.0.1 / Phunware.podspec.json
blob296de0cca493b1a2351f21110218c5389cc21ec5
2   "name": "Phunware",
3   "version": "1.0.1",
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.1"
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           },
76           "libraries": [
77             "sqlite3",
78             "z",
79             "xml2.2"
80           ]
81         },
82         {
83           "name": "MapKit",
84           "ios": {
85             "vendored_frameworks": "Framework/PWMapKit.framework",
86             "dependencies": {
87               "Phunware/Beta/Location": [
89               ],
90               "TMCache": [
92               ]
93             },
94             "frameworks": [
95               "Security",
96               "CoreGraphics",
97               "QuartzCore",
98               "SystemConfiguration",
99               "MobileCoreServices",
100               "CoreTelephony",
101               "CoreLocation",
102               "MapKit"
103             ]
104           }
105         },
106         {
107           "name": "Messaging",
108           "ios": {
109             "vendored_frameworks": "Framework/PWMessaging.framework",
110             "frameworks": "CoreLocation"
111           },
112           "dependencies": {
113             "Phunware/Beta/Core": [
115             ],
116             "FMDB": [
118             ]
119           },
120           "libraries": [
121             "sqlite3",
122             "z"
123           ]
124         },
125         {
126           "name": "Ads",
127           "ios": {
128             "vendored_frameworks": "Framework/PWAdvertising.framework",
129             "frameworks": [
130               "Security",
131               "QuartzCore",
132               "SystemConfiguration",
133               "MobileCoreServices",
134               "CoreTelephony",
135               "MessageUI",
136               "EventKit",
137               "EventKitUI",
138               "CoreMedia",
139               "AVFoundation",
140               "MediaPlayer",
141               "AudioToolbox",
142               "AdSupport",
143               "StoreKit",
144               "WebKit"
145             ]
146           },
147           "dependencies": {
148             "Phunware/Beta/Core": [
150             ]
151           },
152           "libraries": [
153             "sqlite3",
154             "z"
155           ]
156         }
157       ]
158     }
159   ]