[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 1 / BIND / 1.0.1 / BIND.podspec.json
blob2a0a5767f2b8c30d6e05d4246ed27ecbef6c77f8
2   "name": "BIND",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Marko Hlebar": "marko.hlebar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/markohlebar",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/markohlebar/BIND.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "BIND",
24     "BIND/**/*.{h,m}"
25   ],
26   "requires_arc": true