[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.2.0.0 / Phunware.podspec.json
blob42fea0a15cf4b6e321c77e1a17a8251da6051a4c
2   "name": "Phunware",
3   "version": "1.2.0.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.2.0.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": "Location",
25           "ios": {
26             "vendored_frameworks": "Framework/PWLocation.framework",
27             "libraries": "c++",
28             "frameworks": [
29               "Security",
30               "QuartzCore",
31               "SystemConfiguration",
32               "MobileCoreServices",
33               "CoreTelephony",
34               "CoreBluetooth",
35               "CoreMotion",
36               "CoreLocation",
37               "MapKit"
38             ]
39           },
40           "dependencies": {
41             "PWCore": [
43             ],
44             "MistSDK": [
46             ],
47             "IndoorAtlas": [
49             ],
50             "TMCache": [
52             ]
53           },
54           "libraries": [
55             "sqlite3",
56             "z",
57             "xml2.2"
58           ]
59         },
60         {
61           "name": "MapKit",
62           "ios": {
63             "vendored_frameworks": "Framework/PWMapKit.framework",
64             "dependencies": {
65               "Phunware/Beta/Location": [
67               ],
68               "TMCache": [
70               ]
71             },
72             "frameworks": [
73               "Security",
74               "CoreGraphics",
75               "QuartzCore",
76               "SystemConfiguration",
77               "MobileCoreServices",
78               "CoreTelephony",
79               "CoreLocation",
80               "MapKit"
81             ]
82           }
83         }
84       ]
85     }
86   ]