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