blob: 56f565dadf39dd1e00785cac151056dabfe89aeb [file] [log] [blame]
{
"name": "WonderPushExtension",
"module_name": "WonderPushExtension",
"documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "3.3.1",
"license": {
"type": "Apache-2.0",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "10.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": "v3.3.1"
},
"requires_arc": true,
"default_subspecs": [
"Extension"
],
"subspecs": [
{
"name": "Extension",
"source_files": [
"WonderPushExtension/Sources/*.{m,h}",
"WonderPush/Sources/WPLog.{m,h}"
]
}
]
}