blob: b963e0fa2b9887fb9b4594b6f408b96baa43927c [file] [log] [blame]
{
"name": "OneSignal",
"version": "2.10.0",
"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.10.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOS_SDK/OneSignalSDK/Framework/OneSignal.framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"UserNotifications"
]
}