blob: fdc0db3af1429e26b1a59c48541e2f54e4fcf40e [file] [log] [blame]
{
"name": "BIND",
"version": "1.1.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",
"source": {
"git": "https://github.com/markohlebar/BIND.git",
"tag": "1.1.0"
},
"source_files": [
"BIND",
"BIND/**/*.{h,m}"
],
"ios": {
"exclude_files": "BIND/Categories/OSX/**/*.{h,m}"
},
"osx": {
"exclude_files": "BIND/Categories/iOS/**/*.{h,m}"
},
"prefix_header_file": "BIND-PrefixHeader.pch",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}