blob: f23042384ce3cd645a5e3b376c6dd3b8294930cc [file] [log] [blame]
{
"name": "WonderPush",
"documentation_url": "http://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "2.0.0",
"license": {
"type": "Apache-2.0",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "7.0"
},
"summary": "Push notification library by WonderPush",
"description": "Push notifications iOS library by WonderPush - cross platform push notifications service. https://www.wonderpush.com",
"homepage": "https://www.wonderpush.com/",
"authors": {
"WonderPush": "contact@wonderpush.com"
},
"source": {
"git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
"tag": "v1.2.0.0"
},
"requires_arc": true,
"module_name": "WonderPush",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics",
"UIKit",
"CoreTelephony",
"CoreLocation",
"CoreBluetooth",
"AVFoundation",
"CoreMotion"
],
"dependencies": {
"TCMobileProvision": "~> 1.0.0",
"OpenUDID": "~> 1.0.0",
"AFNetworking": "~>3.0",
"CustomIOSAlertView": "~> 0.9.3"
},
"public_header_files": "WonderPush/WonderPush.h",
"source_files": [
"WonderPush/*.{m,h}"
]
}