blob: cd18ce037185e08fbce7af2e9624be5fac0c1e5b [file] [log] [blame]
{
"name": "KHDataBind",
"version": "0.0.1",
"summary": "using KVO to binding a data model with view",
"description": "to make table view auto sync from a array",
"homepage": "https://github.com/gevin/KHDataBind",
"license": {
"type": "MIT"
},
"authors": {
"GevinChen": "lowgoo@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gevin/KHDataBind.git",
"tag": "0.0.1"
},
"source_files": "KHDataBind/*",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}