blob: 9c6bab3d247831914bf2bd253dd47d46fcecbfbb [file] [log] [blame]
{
"name": "Pushwoosh",
"version": "4.1.3",
"summary": "Push notifications library by Pushwoosh.",
"platforms": {
"ios": null
},
"description": "Push notifications iOS library by Pushwoosh - cross platform push notifications service. http://www.pushwoosh.com",
"homepage": "http://www.pushwoosh.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Konev": "max@pushwoosh.com"
},
"source": {
"git": "https://github.com/Pushwoosh/pushwoosh-ios-sdk.git",
"tag": "4.1.3"
},
"ios": {
"vendored_frameworks": "Framework/Pushwoosh.framework"
},
"frameworks": [
"Security",
"CoreLocation",
"StoreKit"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}