[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / d / NPLRemoteNotificationManager / 1.0.1 / NPLRemoteNotificationManager.podspec.json
blobf9591726a43c81f9a0d0ee89d3534bd5fd7a238e
2   "name": "NPLRemoteNotificationManager",
3   "version": "1.0.1",
4   "summary": "An easier way to handle push notification logic around your app.",
5   "homepage": "https://github.com/nickplee/NPLRemoteNotificationManager",
6   "license": "MIT",
7   "authors": {
8     "Nick Lee": "nick@nickplee.com"
9   },
10   "source": {
11     "git": "https://github.com/nickplee/NPLRemoteNotificationManager.git",
12     "tag": "1.0.1"
13   },
14   "social_media_url": "https://twitter.com/nickplee",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "Mantle": [
22       "~> 1.5"
23     ]
24   }