[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 8 / 6 / Notifier / 1.1.0 / Notifier.podspec.json
blob1268b56fadf1f9264e2f3cac61e2aa8169f152c6
2   "name": "Notifier",
3   "version": "1.1.0",
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     "tag": "1.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "KeyPath": [
26     ]
27   }