[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 0 / PushSpring / 2.0.2 / PushSpring.podspec.json
blob398a4e4628f256afb2034cb603c70bc6fe56516b
2   "name": "PushSpring",
3   "version": "2.0.2",
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.s3.amazonaws.com/SDK/iOS/PushSpringSDK-2.0.2.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   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "PushSpring.h",
30       "preserve_paths": [
31         "libPushSpringSDK.a"
32       ],
33       "resources": [
34         "realtime-xavm.plgz"
35       ],
36       "frameworks": "MessageUI",
37       "weak_frameworks": [
38         "Accounts",
39         "AdSupport",
40         "CoreLocation"
41       ],
42       "libraries": [
43         "z",
44         "PushSpringSDK"
45       ]
46     },
47     {
48       "name": "Push",
49       "source_files": "PushSpringPlugins/Push/**/*.{h,m}",
50       "resources": [
51         "PushSpringPlugins/Push/psSVWebViewController/*.lproj",
52         "PushSpringPlugins/Push/psSVWebViewController/psSVWebViewController.bundle"
53       ],
54       "dependencies": {
55         "PushSpring/Core": [
57         ]
58       }
59     }
60   ]