blob: a8fa675139b6729510ff4001f89155caab451e18 [file] [log] [blame]
{
"name": "DataBindTest",
"version": "0.0.4",
"summary": "table view bind data",
"description": "讓 table view 的內容 bind 一個 array,修改array的內容,就會自動反映在 table view",
"homepage": "https://github.com/gevin/DataBindTest",
"license": {
"type": "BSD"
},
"authors": {
"GevinChen": "lowgoo@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gevin/DataBindTest.git",
"tag": "master"
},
"source_files": "DataBind/*",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}