[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 4.0.1 / PushSpring.podspec.json
blobe9d41fa165c3a9e3fa4e2298ef23aa7f42a73cc2
2   "name": "PushSpring",
3   "version": "4.0.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-4.0.1.zip",
15     "flatten": true
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "9.1"
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": "9.1"
44       }
45     },
46     {
47       "name": "TV",
48       "source_files": "PushSpringTVSDK/PushSpring.h",
49       "preserve_paths": [
50         "PushSpringTVSDK/libPushSpringTVSDK.a"
51       ],
52       "weak_frameworks": [
53         "AdSupport",
54         "CoreLocation"
55       ],
56       "libraries": [
57         "z",
58         "PushSpringTVSDK"
59       ],
60       "xcconfig": {
61         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
62       },
63       "platforms": {
64         "tvos": "9.2"
65       }
66     }
67   ]