blob: 892048b4df181cc556ac30260875e8eba6c53690 [file] [log] [blame]
{
"name": "OneSignal",
"version": "2.0.3",
"summary": "OneSignal push notification library for mobile apps.",
"homepage": "https://onesignal.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joseph Kalash": "joseph@onesignal.com",
"Josh Kasten": "josh@onesignal.com"
},
"source": {
"git": "https://github.com/OneSignal/OneSignal-iOS-SDK.git",
"tag": "2.0.3"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOS_SDK/Framework/OneSignal.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "SystemConfiguration"
}