[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / a / 0 / NotificationHandler / 0.0.8 / NotificationHandler.podspec.json
blob4af33952aad3ee4cb689cef8966b35f55c380270
2   "name": "NotificationHandler",
3   "version": "0.0.8",
4   "summary": "A Neat Swift Notification Operations Wrapper",
5   "description": "With NotificationHandler, it's super easy to handle notifications with neat API. What's more, remove obersers is also properly handled.",
6   "homepage": "https://github.com/kukushi/NotificationHandler",
7   "license": "MIT",
8   "authors": {
9     "Xing He": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/kukushi/NotificationHandler.git",
16     "tag": "0.0.8"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}",
21     "NotificationHandler/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true