[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 8 / 7 / PW_Location / 0.9.2 / PW_Location.podspec.json
blob0842cf28c6cc2f2eb551b842c0f73cc40cd23a91
2   "name": "PW_Location",
3   "version": "0.9.2",
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.9.2/PWLocation.zip"
11   },
12   "platforms": {
13     "ios": null
14   },
15   "default_subspecs": "Production",
16   "deprecated": true,
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2014 by Phunware Inc. All rights reserved."
20   },
21   "frameworks": [
22     "Security",
23     "QuartzCore",
24     "SystemConfiguration",
25     "MobileCoreServices",
26     "CoreTelephony"
27   ],
28   "compiler_flags": "-ObjC",
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Development",
33       "vendored_frameworks": "PWLocation/Development/PWLocation.framework",
34       "xcconfig": {
35         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Development/\""
36       }
37     },
38     {
39       "name": "Staging",
40       "vendored_frameworks": "PWLocation/Staging/PWLocation.framework",
41       "xcconfig": {
42         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Staging/\""
43       }
44     },
45     {
46       "name": "Production",
47       "vendored_frameworks": "PWLocation/Production/PWLocation.framework",
48       "xcconfig": {
49         "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/PW_Location/PWLocation/Production/\""
50       }
51     }
52   ]