blob: 155d4b86b1da34de8ae151e0bef9ca407d7e924d [file] [log] [blame]
{
"name": "Fisticuffs",
"version": "0.0.8",
"summary": "Fisticuffs is a data binding framework for Swift, inspired by Knockout.",
"description": "Fisticuffs is a data binding framework for Swift, inspired by Knockout. Some of the features include:\n\n- Declarative Bindings to most UIKit controls\n- Automatic Updates\n- Automatic Dependency tracking",
"homepage": "https://github.com/scoremedia/Fisticuffs",
"license": "MIT",
"authors": {
"Darren Clark": "darren.clark@thescore.com"
},
"source": {
"git": "https://github.com/scoremedia/Fisticuffs.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "Source/**/*.{m,swift}"
}