blob: e66479cf040b42d1b8a1a3696e0d75d5dfebca1a [file] [log] [blame]
{
"name": "OneSignal",
"version": "2.8.9",
"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",
"Brad Hesse": "brad@onesignal.com"
},
"source": {
"git": "https://github.com/OneSignal/OneSignal-iOS-SDK.git",
"tag": "2.8.9"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOS_SDK/OneSignalSDK/Framework/OneSignal.framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"UserNotifications"
]
}