[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.2.2.2 / Phunware.podspec.json
blob9d5eb884c83d40e09f746cdf15b7f93df3a74daf
2   "name": "Phunware",
3   "version": "1.2.2.2",
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.2.2"
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     }
90   ]