blob: 017a454d60aa9979c06946c21572fe342471d852 [file] [log] [blame]
{
"name": "Conduction",
"version": "0.0.1",
"summary": "A framework for separating logic for the user flow throughout an app.",
"description": "A framework that helps assist in separating logic that's used for the user flow throughout an app.",
"homepage": "https://github.com/Incipia/Conduction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gklei": "gregory@incipia.co"
},
"source": {
"git": "https://github.com/Incipia/Conduction.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Conduction/Classes/**/*",
"dependencies": {
"Bindable": [
]
},
"pushed_with_swift_version": "3.0"
}