blob: 1090235c9812f18122f1c1beb48986bf0ddd578d [file] [log] [blame]
{
"name": "OneSignal",
"version": "1.13.2",
"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.13.2"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOS_SDK/Framework/OneSignal.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "SystemConfiguration"
}