[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 1 / 7 / Phunware / 1.2.1.7 / Phunware.podspec.json
blob37facf5ae66162ca96981288ab2973142fd2b8f5
2   "name": "Phunware",
3   "version": "1.2.1.7",
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.1.7"
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             "TMCache": [
49             ]
50           },
51           "libraries": [
52             "sqlite3",
53             "z",
54             "xml2.2"
55           ]
56         },
57         {
58           "name": "MapKit",
59           "ios": {
60             "vendored_frameworks": "Framework/PWMapKit.framework",
61             "dependencies": {
62               "Phunware/Beta/Location": [
64               ],
65               "TMCache": [
67               ]
68             },
69             "frameworks": [
70               "Security",
71               "CoreGraphics",
72               "QuartzCore",
73               "SystemConfiguration",
74               "MobileCoreServices",
75               "CoreTelephony",
76               "CoreLocation",
77               "MapKit"
78             ]
79           }
80         }
81       ]
82     }
83   ]