[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.1.0 / Phunware.podspec.json
blob8efa221365f4862a8fb79cdc68fc37398bc5a00c
2   "name": "Phunware",
3   "version": "1.1.0",
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.1.0"
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               "AFNetworking": [
43               ]
44             }
45           },
46           "libraries": [
47             "z",
48             "xml2.2"
49           ]
50         },
51         {
52           "name": "Location",
53           "ios": {
54             "vendored_frameworks": "Framework/PWLocation.framework",
55             "libraries": "c++",
56             "frameworks": [
57               "Security",
58               "QuartzCore",
59               "SystemConfiguration",
60               "MobileCoreServices",
61               "CoreTelephony",
62               "CoreBluetooth",
63               "CoreMotion",
64               "CoreLocation",
65               "MapKit"
66             ]
67           },
68           "dependencies": {
69             "Phunware/Beta/Core": [
71             ],
72             "MistSDK": [
74             ],
75             "IndoorAtlas": [
77             ],
78             "TMCache": [
80             ]
81           },
82           "libraries": [
83             "sqlite3",
84             "z",
85             "xml2.2"
86           ]
87         },
88         {
89           "name": "MapKit",
90           "ios": {
91             "vendored_frameworks": "Framework/PWMapKit.framework",
92             "dependencies": {
93               "Phunware/Beta/Location": [
95               ],
96               "TMCache": [
98               ]
99             },
100             "frameworks": [
101               "Security",
102               "CoreGraphics",
103               "QuartzCore",
104               "SystemConfiguration",
105               "MobileCoreServices",
106               "CoreTelephony",
107               "CoreLocation",
108               "MapKit"
109             ]
110           }
111         },
112         {
113           "name": "Engagement",
114           "ios": {
115             "vendored_frameworks": "Framework/PWEngagement.framework",
116             "frameworks": "CoreLocation"
117           },
118           "dependencies": {
119             "Phunware/Beta/Core": [
121             ],
122             "FMDB": [
124             ]
125           },
126           "libraries": [
127             "sqlite3",
128             "z"
129           ]
130         },
131         {
132           "name": "Ads",
133           "ios": {
134             "vendored_frameworks": "Framework/PWAdvertising.framework",
135             "frameworks": [
136               "Security",
137               "QuartzCore",
138               "SystemConfiguration",
139               "MobileCoreServices",
140               "CoreTelephony",
141               "MessageUI",
142               "EventKit",
143               "EventKitUI",
144               "CoreMedia",
145               "AVFoundation",
146               "MediaPlayer",
147               "AudioToolbox",
148               "AdSupport",
149               "StoreKit",
150               "WebKit"
151             ]
152           },
153           "dependencies": {
154             "Phunware/Beta/Core": [
156             ]
157           },
158           "libraries": [
159             "sqlite3",
160             "z"
161           ]
162         }
163       ]
164     }
165   ]