blob: f5b7c1c18ed7f435f8d9ef400f6c2fe2d46ed5e0 [file] [log] [blame]
{
"name": "Pushwoosh",
"version": "2.13.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": "2.13.3"
},
"ios": {
"vendored_frameworks": "Framework/Pushwoosh.framework"
},
"frameworks": [
"Security",
"CoreLocation",
"StoreKit"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}