[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 8 / e / NgNotificationProxy / 1.2 / NgNotificationProxy.podspec.json
blobb61955ca13f88747e4c19c7034c5365cb5913183
2   "name": "NgNotificationProxy",
3   "version": "1.2",
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.2"
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   }