blob: 2bd387be68b3a0c8e2aebc85d7a49d7e5eb79c3f [file] [log] [blame]
{
"name": "WZPushNotificationRequest",
"version": "1.0.0",
"summary": "An easy way to implement code for requesting APNS(push notification).",
"description": "An easy way to implement code for requesting APNS(push notification).\n\nJust import header, then call function. \nYou'll get call back in your AppDelegate.m",
"homepage": "https://github.com/Weberlolz/WZPushNotificationRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Weberlolz": "weberlolz.1111@gmail.com"
},
"source": {
"git": "https://github.com/Weberlolz/WZPushNotificationRequest.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "WZPushNotificationRequest/Classes/**/*"
}