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 BIND DSL\n- **data transforms** by using subclasses of `NSValueTransformer`\n- **automagic unbinding** - **no more KVO exceptions** on dealloc\n- **MVVM** out of the box by utilizing protocols and abstract classes",
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",