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