blob: b6c3ec990000929d8dab912966fc397550a93b01 [file] [log] [blame]
{
"name": "Fisticuffs",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"requires_arc": true,
"source_files": "Source/**/*"
}