[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 2.1.1 / PushSpring.podspec.json
blobdba3d682fedf21a13c05cef99ec8a93e441ff351
2   "name": "PushSpring",
3   "version": "2.1.1",
4   "summary": "PushSpring helps you understand your app's audience in order to keep them engaged.",
5   "homepage": "http://www.pushspring.com/",
6   "license": {
7     "type": "MIT",
8     "file": "License.md"
9   },
10   "authors": {
11     "PushSpring": "hello@pushspring.com"
12   },
13   "source": {
14     "http": "http://public.pushspring.com/SDK/iOS/PushSpringSDK-2.1.1.zip",
15     "flatten": true
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringSDK\""
23   },
24   "default_subspecs": "Core",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "PushSpringSDK/PushSpring.h",
30       "preserve_paths": [
31         "PushSpringSDK/libPushSpringSDK.a"
32       ],
33       "frameworks": "MessageUI",
34       "weak_frameworks": [
35         "Accounts",
36         "AdSupport",
37         "CoreLocation"
38       ],
39       "libraries": [
40         "z",
41         "PushSpringSDK"
42       ]
43     },
44     {
45       "name": "Push",
46       "source_files": "PushSpringPlugins/Push/**/*.{h,m}",
47       "resources": [
48         "PushSpringPlugins/Push/psSVWebViewController/*.lproj",
49         "PushSpringPlugins/Push/psSVWebViewController/psSVWebViewController.bundle"
50       ],
51       "dependencies": {
52         "PushSpring/Core": [
54         ]
55       }
56     }
57   ]