4 "summary": "Data Binding and MVVM for iOS.",
5 "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",
6 "homepage": "https://github.com/markohlebar/BIND",
12 "Marko Hlebar": "marko.hlebar@gmail.com"
14 "social_media_url": "https://twitter.com/markohlebar",
16 "git": "https://github.com/markohlebar/BIND.git",
24 "exclude_files": "BIND/Categories/OSX/**/*.{h,m}"
27 "exclude_files": "BIND/Categories/iOS/**/*.{h,m}"
29 "prefix_header_file": "BIND-PrefixHeader.pch",