[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 8 / e / NgNotificationProxy / 1.0 / NgNotificationProxy.podspec.json
blob1dd0a037970c351896911df3fa7dcc6eaa2386f2
2   "name": "NgNotificationProxy",
3   "version": "1.0",
4   "summary": "Simple proxy implementation for observing notification posted with `NSNotificationCenter`.",
5   "homepage": "https://github.com/meiwin/NgNotificationProxy",
6   "authors": {
7     "Meiwin Fu": "meiwin@blockthirty.com"
8   },
9   "source": {
10     "git": "https://github.com/meiwin/ngnotificationproxy.git",
11     "tag": "v1.0"
12   },
13   "description": "NgNotificationProxy is built to make delivering notifications to particular threads a trivial task.",
14   "source_files": "NgNotificationProxy/*.{h,m}",
15   "requires_arc": true,
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "frameworks": "Foundation",
21   "platforms": {
22     "ios": "5.0"
23   }