[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / 4 / 6 / MFBBinding / 0.2.0 / MFBBinding.podspec.json
blob51432e27cb4878587d907ae874fd9284ea149f2c
2   "name": "MFBBinding",
3   "version": "0.2.0",
4   "summary": "Data binding framework for Objective-C",
5   "description": "MFBBinding provides data binding mechanism with Interface Builder support, which could be used on iOS platform as alternative to Cocoa Bindings.",
6   "homepage": "https://github.com/flix-tech/MFBBinding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nickolay Tarbayev": "tarbayev-n@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/flix-tech/MFBBinding.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.{h,m}"