blob: be6cb7823a412b9abf063ca86ea0c97fe8c4ca28 [file] [log] [blame]
{
"name": "PushSpring",
"version": "2.1.0",
"summary": "PushSpring helps you understand your app's audience in order to keep them engaged.",
"homepage": "http://www.pushspring.com/",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"PushSpring": "hello@pushspring.com"
},
"source": {
"http": "http://public.pushspring.com/SDK/iOS/PushSpringSDK-2.1.0.zip",
"flatten": true
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PushSpring\""
},
"default_subspecs": "Core",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "PushSpring.h",
"preserve_paths": [
"libPushSpringSDK.a"
],
"frameworks": "MessageUI",
"weak_frameworks": [
"Accounts",
"AdSupport",
"CoreLocation"
],
"libraries": [
"z",
"PushSpringSDK"
]
},
{
"name": "Push",
"source_files": "PushSpringPlugins/Push/**/*.{h,m}",
"resources": [
"PushSpringPlugins/Push/psSVWebViewController/*.lproj",
"PushSpringPlugins/Push/psSVWebViewController/psSVWebViewController.bundle"
],
"dependencies": {
"PushSpring/Core": [
]
}
}
]
}