[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 4 / 6 / MFBBinding / 0.1.0 / MFBBinding.podspec.json
blob43ea67822b7340fae21d1c1211017a413bb35c9b
2   "name": "MFBBinding",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.{h,m}"