blob: 51432e27cb4878587d907ae874fd9284ea149f2c [file] [log] [blame]
{
"name": "MFBBinding",
"version": "0.2.0",
"summary": "Data binding framework for Objective-C",
"description": "MFBBinding provides data binding mechanism with Interface Builder support, which could be used on iOS platform as alternative to Cocoa Bindings.",
"homepage": "https://github.com/flix-tech/MFBBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nickolay Tarbayev": "tarbayev-n@yandex.ru"
},
"source": {
"git": "https://github.com/flix-tech/MFBBinding.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{h,m}"
}