[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 5.0.0 / PushSpring.podspec.json
blobc33b14940e2b38846d417c3b32db4da24d03d785
2   "name": "PushSpring",
3   "version": "5.0.0",
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": "https://cdn.public.pushspring.com/SDK/iOS/PushSpringSDK-5.0.0.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         "Scheme-Management"
30       ],
31       "weak_frameworks": [
32         "AdSupport",
33         "CoreTelephony"
34       ],
35       "libraries": [
36         "z",
37         "PushSpringSDK"
38       ],
39       "xcconfig": {
40         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringSDK\""
41       },
42       "platforms": {
43         "ios": "8.0"
44       }
45     },
46     {
47       "name": "Framework",
48       "weak_frameworks": [
49         "AdSupport",
50         "CoreTelephony"
51       ],
52       "preserve_paths": [
53         "Scheme-Management"
54       ],
55       "libraries": "z",
56       "platforms": {
57         "ios": "8.0"
58       },
59       "ios": {
60         "vendored_frameworks": "PushSpring.framework"
61       }
62     },
63     {
64       "name": "TV",
65       "source_files": "PushSpringTVSDK/PushSpring.h",
66       "preserve_paths": [
67         "PushSpringTVSDK/libPushSpringTVSDK.a",
68         "Scheme-Management"
69       ],
70       "weak_frameworks": "AdSupport",
71       "libraries": [
72         "z",
73         "PushSpringTVSDK"
74       ],
75       "xcconfig": {
76         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
77       },
78       "platforms": {
79         "tvos": "9.2"
80       }
81     }
82   ]