[Add] LeapSDK 2.0.7
[CocoaPods.git] / Specs / 4 / 7 / 6 / EventHub / 2.0 / EventHub.podspec.json
blob2e245db1e3bfc3a0931a2ce6eb8b89ef315dc799
2   "name": "EventHub",
3   "version": "2.0",
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.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*"