blob: 3265cbd074e309c9bd78ae0352159c9daecb5ef1 [file] [log] [blame]
{
"name": "CustomOneSignal",
"version": "1.0.1",
"summary": "[Custom] OneSignal push notification library for mobile apps.",
"homepage": "https://github.com/SergeiMeza/OneSignal-iOS-SDK",
"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/SergeiMeza/OneSignal-iOS-SDK.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOS_SDK/OneSignalSDK/Framework/OneSignal.framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"UserNotifications"
]
}