blob: 8178bbc69b0af7ec44f0f2737b2b3c7e3fec11f5 [file] [log] [blame]
{
"name": "WonderPush",
"documentation_url": "http://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "2.1.3",
"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.1.3"
},
"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",
"PKAlertController": "~> 0.6"
},
"public_header_files": "WonderPush/WonderPush.h",
"source_files": [
"WonderPush/*.{m,h}"
],
"resource_bundles": {
"WonderPush": "WonderPush/*.lproj"
}
}