[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / EventHub / 2.1 / EventHub.podspec.json
blobb3051510617133176e67ee4d5315e010c11ac4e8
2   "name": "EventHub",
3   "version": "2.1",
4   "summary": "Type-safe and handy observation system in Swift. It's like NSNotificationCenter or EventBus(Android).",
5   "homepage": "https://github.com/mishimay/EventHub",
6   "license": "MIT",
7   "authors": {
8     "Yuki Mishima": "mishimaybe@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mishimay/EventHub.git",
12     "tag": "2.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*"