blob: 129dfe934f21bee6757f1c46413b15c84499f7b3 [file] [log] [blame]
{
"name": "ReactiveTableViewBinding",
"version": "1.0",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"homepage": "https://github.com/ColinEberhardt/CETableViewBinding",
"authors": {
"Colin Eberhardt": "colin.eberhardt@gmail.com"
},
"summary": "ReactiveCocoa TableView Binding Helper.",
"source": {
"git": "https://github.com/ColinEberhardt/CETableViewBinding.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.4"
]
}
}