[Add] RegulaCommonNightly 7.5.946
[CocoaPods.git] / Specs / 5 / 7 / 3 / WZPushNotificationRequest / 1.0.0 / WZPushNotificationRequest.podspec.json
blob2bd387be68b3a0c8e2aebc85d7a49d7e5eb79c3f
2   "name": "WZPushNotificationRequest",
3   "version": "1.0.0",
4   "summary": "An easy way to implement code for requesting APNS(push notification).",
5   "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",
6   "homepage": "https://github.com/Weberlolz/WZPushNotificationRequest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Weberlolz": "weberlolz.1111@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Weberlolz/WZPushNotificationRequest.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "WZPushNotificationRequest/Classes/**/*"