blob: a92b8353acefacfa5c21c652eb8c425e4ba3e0e1 [file] [log] [blame]
{
"name": "Pushwoosh",
"version": "2.0.0",
"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/shaders/pushwoosh-ios-sdk.git",
"tag": "2.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": [
"AdSupport",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}