[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 1 / EventRouter / 0.1.4 / EventRouter.podspec.json
blobe78c5bc83f03bb2743f22a1ec17889c9e8c017af
2   "name": "EventRouter",
3   "version": "0.1.4",
4   "summary": "A simple and clean alternative to NSNotificationCenter, written in Swift.",
5   "description": "EventRouter is a simple and easy-to-use message router for sharing messages inside your app. Unlike with `NSNotificationCenter`,\nclasses that want to receive notifications must explicitly conform to the observation protocol, allowing developers to more readily specify\ntheir intent. EventRouter has 0 dependencies, making it a breeze to install.",
6   "homepage": "https://github.com/startupthekid/EventRouter",
7   "license": "MIT",
8   "authors": {
9     "Brendan Conron": "conronb@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/startupthekid/EventRouter.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/startupthekid",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/Core/*.swift",
24       "frameworks": "Foundation"
25     },
26     {
27       "name": "ReactiveCocoa",
28       "source_files": "Source/ReactiveCocoa/*.swift",
29       "dependencies": {
30         "EventRouter/Core": [
32         ],
33         "ReactiveCocoa": [
34           "~> 4.1"
35         ]
36       }
37     }
38   ]