[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 6 / Notifier / 1.0.2 / Notifier.podspec.json
blob99aa211d55c302408dfba64d0395baf91f6bce29
2   "name": "Notifier",
3   "version": "1.0.2",
4   "summary": "Automatically remove observer and avoid repeat registration for NSNotificationCenter & KVO in Objective-C",
5   "description": "Automatically or manually remove observer and avoid repeat registration for NSNotificationCenter & KVO in Objective-C",
6   "homepage": "https://github.com/zhooleen/Notifier",
7   "license": "MIT",
8   "authors": {
9     "lzhu": "1064946958@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/zhooleen/Notifier.git",
16     "commit": "e8bc51120c91ed649bb2230e4f506d2c543013f2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "KeyPath": [
26     ]
27   }