blob: 6af6bd295bf3ba4104c0f46d7665d7b16b77179f [file] [log] [blame]
{
"name": "Flow-iOS",
"version": "1.0.1",
"summary": "Make your logic flow and data flow clean and human readable.",
"description": "Flow is an utility/ design pattern that help developers to write simple and readable codes. There are two main concerns: Flow of operations and Flow of data.",
"homepage": "https://github.com/roytornado/Flow-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roy Ng": "roytornado@gmail.com"
},
"source": {
"git": "https://github.com/roytornado/Flow-iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Flow/Classes/**/*",
"pushed_with_swift_version": "3.0"
}