| { |
| "name": "OneSignal", |
| "version": "2.0.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" |
| }, |
| "source": { |
| "git": "https://github.com/OneSignal/OneSignal-iOS-SDK.git", |
| "tag": "2.0.0" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "requires_arc": true, |
| "ios": { |
| "vendored_frameworks": "iOS_SDK/Framework/OneSignal.framework" |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "frameworks": "SystemConfiguration" |
| } |