[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 2.1.0 / PushSpring.podspec.json
blob42c053a28acd3080ea26909eb589b28bc4ffdf25
2   "name": "PushSpring",
3   "version": "2.1.0",
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-2.1.0.zip",
15     "flatten": true
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring\""
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "PushSpring.h",
29       "preserve_paths": [
30         "libPushSpringSDK.a"
31       ],
32       "frameworks": "MessageUI",
33       "weak_frameworks": [
34         "Accounts",
35         "AdSupport",
36         "CoreLocation"
37       ],
38       "libraries": [
39         "z",
40         "PushSpringSDK"
41       ]
42     },
43     {
44       "name": "Push",
45       "source_files": "PushSpringPlugins/Push/**/*.{h,m}",
46       "resources": [
47         "PushSpringPlugins/Push/psSVWebViewController/*.lproj",
48         "PushSpringPlugins/Push/psSVWebViewController/psSVWebViewController.bundle"
49       ],
50       "dependencies": {
51         "PushSpring/Core": [
53         ]
54       }
55     }
56   ]