[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / c / 1 / BIND / 1.4.7 / BIND.podspec.json
blobeffce0639a21c21d7a080314a41dc24f4d93179b
2   "name": "BIND",
3   "version": "1.4.7",
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",
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   "source": {
16     "git": "https://github.com/markohlebar/BIND.git",
17     "tag": "1.4.7"
18   },
19   "source_files": [
20     "BIND",
21     "BIND/**/*.{h,m}"
22   ],
23   "ios": {
24     "exclude_files": "BIND/Categories/OSX/**/*.{h,m}"
25   },
26   "osx": {
27     "exclude_files": "BIND/Categories/iOS/**/*.{h,m}"
28   },
29   "prefix_header_file": "BIND-PrefixHeader.pch",
30   "requires_arc": true,
31   "platforms": {
32     "ios": "7.0"
33   },
34   "dependencies": {
35     "libextobjc": [
37     ],
38     "NODE_": [
40     ]
41   }