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