blob: 5d4030331a0fdd32211f76b654728130f77f584b [file] [log] [blame]
{
"name": "PushSpring",
"version": "1.0.30",
"summary": "Send beautiful in-app messages to your users via push notifications.",
"homepage": "http://www.pushspring.com/",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"PushSpring": "hello@pushspring.com"
},
"source": {
"git": "https://github.com/PushSpring/PushSpringSDK-iOS.git",
"tag": "1.0.30"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PushSpringSDK/**/*.{h,m}",
"resources": [
"**/*.lproj",
"**/*.bundle"
],
"frameworks": "MessageUI",
"weak_frameworks": [
"Accounts",
"AdSupport",
"CoreLocation"
],
"libraries": "z",
"requires_arc": true,
"deprecated": true
}