blob: a6c32808ed86042ddff007833267d0dd26b98104 [file] [log] [blame]
{
"name": "KHDataBind",
"version": "0.0.3",
"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"
},
"source_files": "KHDataBind/*",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"dependencies": {
"NSData+Base64": [
"~>1.0.0"
]
}
}