blob: 2e5daaaca89a0b394b141314eaca6c1261d71224 [file] [log] [blame]
{
"name": "Fisticuffs",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*"
}