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