[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 4.0.1 / PushSpring.podspec.json
blob93ef1c00fa770221578ec9211e3e8fee72bf3fd6
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   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PushSpringSDK/PushSpring.h",
26       "preserve_paths": [
27         "PushSpringSDK/libPushSpringSDK.a"
28       ],
29       "weak_frameworks": [
30         "AdSupport",
31         "CoreLocation",
32         "CoreTelephony"
33       ],
34       "libraries": [
35         "z",
36         "PushSpringSDK"
37       ],
38       "xcconfig": {
39         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringSDK\""
40       },
41       "platforms": {
42         "ios": "9.1"
43       }
44     },
45     {
46       "name": "TV",
47       "source_files": "PushSpringTVSDK/PushSpring.h",
48       "preserve_paths": [
49         "PushSpringTVSDK/libPushSpringTVSDK.a"
50       ],
51       "weak_frameworks": [
52         "AdSupport",
53         "CoreLocation"
54       ],
55       "libraries": [
56         "z",
57         "PushSpringTVSDK"
58       ],
59       "xcconfig": {
60         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
61       },
62       "platforms": {
63         "tvos": "9.2"
64       }
65     }
66   ]