[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 0 / 3 / XM_NSNotification / 0.0.1 / XM_NSNotification.podspec.json
blob67e161e406c98b6c9a3db884bb5fe068d6bdd8d1
2   "name": "XM_NSNotification",
3   "version": "0.0.1",
4   "summary": "XM_NSNotification is a small framework which can help you manage you NSNotification.",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "XM_NSNotification is small framework which can help your remove observer automaticly when you register NSNotification in your project.",
9   "homepage": "https://github.com/DreamOfXM/XM_NSNotification.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "DreamOfXM": "hnyxgxm2009@163"
16   },
17   "source": {
18     "git": "https://github.com/DreamOfXM/XM_NSNotification.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "XM_NSNotification",
23     "XM_NSNotification/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true