blob: 3202c5f91d30bb46de707ba9b83b2452ac88079a [file] [log] [blame]
{
"name": "BIND",
"version": "1.0.0",
"summary": "Data Binding and MVVM for iOS.",
"description": "Data Binding and MVVM for iOS. \n- **data binding** from **XIBs** or **code** by using a custom **BIND DSL**\n- **data transforms** by using subclasses of `NSValueTransformer`\n- **protocols** and **abstract classes** to make your **MVVM**-ing easier\n- **lightweight** (200ish lines of code)\n",
"homepage": "https://github.com/markohlebar/BIND",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marko Hlebar": "marko.hlebar@gmail.com"
},
"social_media_url": "https://twitter.com/markohlebar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/markohlebar/BIND.git",
"tag": "1.0.0"
},
"source_files": [
"BIND",
"BIND/**/*.{h,m}"
],
"requires_arc": true
}