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