[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 8 / 7 / PW_Location / 0.8.0 / PW_Location.podspec.json
blob6858286c6fd1e36fe9e917c4bffe7a5b5094ad7a
2   "name": "PW_Location",
3   "version": "0.8.0",
4   "summary": "The Phunware Location Provider SDK for iOS.",
5   "homepage": "http://phunware.com/",
6   "authors": {
7     "Phunware, Inc.": "http://www.phunware.com"
8   },
9   "source": {
10     "http": "http://lbs-prod.s3.amazonaws.com/sdk/ios/PWLocation/0.8.0/PWLocation.zip"
11   },
12   "platforms": {
13     "ios": null
14   },
15   "default_subspecs": "Production",
16   "license": {
17     "type": "Copyright",
18     "text": "Copyright 2014 by Phunware Inc. All rights reserved."
19   },
20   "frameworks": [
21     "Security",
22     "QuartzCore",
23     "SystemConfiguration",
24     "MobileCoreServices",
25     "CoreTelephony"
26   ],
27   "compiler_flags": "-ObjC",
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Development",
32       "vendored_frameworks": "PWLocation/Development/PWLocation.framework",
33       "xcconfig": {
34         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Development/\""
35       }
36     },
37     {
38       "name": "Staging",
39       "vendored_frameworks": "PWLocation/Staging/PWLocation.framework",
40       "xcconfig": {
41         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Staging/\""
42       }
43     },
44     {
45       "name": "Production",
46       "vendored_frameworks": "PWLocation/Production/PWLocation.framework",
47       "xcconfig": {
48         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Production/\""
49       }
50     }
51   ]