blob: ef813b6f3f96132f3464b5dff6e9e6ea3a25377b [file] [log] [blame]
{
"name": "RefluxCocoa",
"version": "0.1.1",
"summary": "An implementation of Reflux in Objective-C",
"platforms": {
"ios": "7.0"
},
"homepage": "https://github.com/guangmingzizai/RefluxCocoa",
"description": "This library is An implementation of Reflux in Objective-C. It introduce a more functional programming style architecture by eschewing MVC like pattern and adopting a single data flow pattern.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guangmingzizai": "guangmingzizai@qq.com"
},
"source": {
"git": "https://github.com/guangmingzizai/RefluxCocoa.git",
"tag": "0.1.1"
},
"source_files": "RefluxCocoa/Classes/**/*"
}