[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 3.0.3 / PushSpring.podspec.json
blobf2f8b2e54b5d21fc8c7d714b8998dcae4a39a9d4
2   "name": "PushSpring",
3   "version": "3.0.3",
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-3.0.3.zip",
15     "flatten": true
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "7.0"
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       ],
33       "libraries": [
34         "z",
35         "PushSpringSDK"
36       ],
37       "xcconfig": {
38         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringSDK\""
39       },
40       "platforms": {
41         "ios": "7.0"
42       }
43     },
44     {
45       "name": "TV",
46       "source_files": "PushSpringTVSDK/PushSpring.h",
47       "preserve_paths": [
48         "PushSpringTVSDK/libPushSpringTVSDK.a"
49       ],
50       "weak_frameworks": [
51         "AdSupport",
52         "CoreLocation"
53       ],
54       "libraries": [
55         "z",
56         "PushSpringTVSDK"
57       ],
58       "xcconfig": {
59         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring/PushSpringTVSDK\""
60       },
61       "platforms": {
62         "tvos": "9.2"
63       }
64     }
65   ]