blob: bacfed115b2af00f2902c1e4c3f82994795855e6 [file] [log] [blame]
{
"name": "BIND",
"version": "1.4.5",
"summary": "Data Binding and MVVM for iOS.",
"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\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.4.5"
},
"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"
},
"dependencies": {
"libextobjc": [
]
}
}