[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 4.0.5 / PushSpring.podspec.json
blob160092a9b875a5a846d86002a1ad53f7384a7c7c
2   "name": "PushSpring",
3   "version": "4.0.5",
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-4.0.5.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         "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         "CoreLocation",
51         "CoreTelephony"
52       ],
53       "libraries": "z",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "ios": {
58         "vendored_frameworks": "PushSpring.framework"
59       }
60     },
61     {
62       "name": "TV",
63       "source_files": "PushSpringTVSDK/PushSpring.h",
64       "preserve_paths": [
65         "PushSpringTVSDK/libPushSpringTVSDK.a"
66       ],
67       "weak_frameworks": [
68         "AdSupport",
69         "CoreLocation"
70       ],
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   ]