[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 7 / UCForm / 0.1.0 / UCForm.podspec.json
blobb776e68743a0de4db6faed7d9f8638394aa961d0
2   "name": "UCForm",
3   "version": "0.1.0",
4   "summary": "一个UICollectionView UITableView 的数据源",
5   "description": "一个swift 利用面向协议开发的DataSource, 后续会支持RxSwift Combine ReactiveCocoa",
6   "homepage": "https://github.com/TryRuntime/UCForm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Link913": "fanyang_32012@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/TryRuntime/UCForm.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "UCForm/Classes/Core/**/*.{swift}"
25     }
26   ]