blob: a8e81a130dbd54a345321cf7e94251025ad7161e [file] [log] [blame]
{
"name": "tolo",
"version": "1.0.0",
"summary": "A event publish/sibscribe framework for iOS.",
"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.",
"homepage": "http://genzeb.github.io/tolo/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ephraim Tekle": "genzeb@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kswchoo/tolo.git",
"tag": "v1.0.0"
},
"source_files": "Tolo/Tolo/*.{h,m}",
"requires_arc": true
}