[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 5 / 1 / EventRouter / 0.1.1 / EventRouter.podspec.json
blob6f8538e2edc67e02c7654290a677f2e5606354c6
2   "name": "EventRouter",
3   "version": "0.1.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/startupthekid",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "EventRouter/Classes/**/*"