[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 3.0.6 / PushSpring.podspec.json
blob5972be4d8c3e551677bd954b18d64adad4658e25
2   "name": "PushSpring",
3   "version": "3.0.6",
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-3.0.6.zip",
15     "flatten": true
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "deprecated": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "PushSpringSDK/PushSpring.h",
27       "preserve_paths": [
28         "PushSpringSDK/libPushSpringSDK.a"
29       ],
30       "weak_frameworks": [
31         "AdSupport",
32         "CoreLocation"
33       ],
34       "libraries": [
35         "z",
36         "PushSpringSDK"
37       ],
38       "xcconfig": {
39         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringSDK\""
40       },
41       "platforms": {
42         "ios": "8.0"
43       }
44     },
45     {
46       "name": "TV",
47       "source_files": "PushSpringTVSDK/PushSpring.h",
48       "preserve_paths": [
49         "PushSpringTVSDK/libPushSpringTVSDK.a"
50       ],
51       "weak_frameworks": [
52         "AdSupport",
53         "CoreLocation"
54       ],
55       "libraries": [
56         "z",
57         "PushSpringTVSDK"
58       ],
59       "xcconfig": {
60         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
61       },
62       "platforms": {
63         "tvos": "9.2"
64       }
65     }
66   ]