[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 5 / tolo / 1.0.2 / tolo.podspec.json
blob5ec68f3586e2bd340601fefa148398116cba8849
2   "name": "tolo",
3   "version": "1.0.2",
4   "summary": "A event publish/sibscribe framework for iOS.",
5   "description": "Tolo is an event publish/subscribe framework inspired by Otto and designed to decouple different parts of your iOS application while still allowing them to communicate efficiently. Traditional ways of subscribing for and triggering notifications are both cumbersome and error prone with minimal compile time error checking.",
6   "homepage": "http://genzeb.github.io/tolo/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ephraim Tekle": "genzeb@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "watchos": "2.0",
17     "tvos": "9.0",
18     "osx": "10.9"
19   },
20   "source": {
21     "git": "https://github.com/kswchoo/tolo.git",
22     "tag": "v1.0.2"
23   },
24   "source_files": "Tolo/Tolo/*.{h,m}",
25   "requires_arc": true