[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 4.0.6 / PushSpring.podspec.json
blob5a019d6a418a8dd1945d8863d92be26243c162c5
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   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PushSpringSDK/PushSpring.h",
26       "preserve_paths": [
27         "PushSpringSDK/libPushSpringSDK.a",
28         "Scheme-Management"
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       "preserve_paths": [
54         "Scheme-Management"
55       ],
56       "libraries": "z",
57       "platforms": {
58         "ios": "8.0"
59       },
60       "ios": {
61         "vendored_frameworks": "PushSpring.framework"
62       }
63     },
64     {
65       "name": "TV",
66       "source_files": "PushSpringTVSDK/PushSpring.h",
67       "preserve_paths": [
68         "PushSpringTVSDK/libPushSpringTVSDK.a",
69         "Scheme-Management"
70       ],
71       "weak_frameworks": [
72         "AdSupport",
73         "CoreLocation"
74       ],
75       "libraries": [
76         "z",
77         "PushSpringTVSDK"
78       ],
79       "xcconfig": {
80         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
81       },
82       "platforms": {
83         "tvos": "9.2"
84       }
85     }
86   ]