[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 3 / ZFCChainedCreater / 1.0.2 / ZFCChainedCreater.podspec.json
blob7249aea1ec7655e90d3c58fcea4a25748c73d601
2   "name": "ZFCChainedCreater",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "这是一个将UI的创建转成链式调用,包含UIView、UILabel、UIImageView、UIButton、UITextField、UITextView、UITableView、UICollectionView这些常用控件的创建;还可以将tableView、collectionView的使用转成链式调用,不用再每次写复杂的代理;而且还支持复杂tableView的抽离,使用起来不仅方便简洁,代码可维护性大大提高。",
9   "homepage": "https://github.com/zfc769956454/ZFCChainedCreater",
10   "authors": {
11     "zhaofuheng": "769956454@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/zfc769956454/ZFCChainedCreater.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZFCChainedCreater/*.{h,m}"