blob: b776e68743a0de4db6faed7d9f8638394aa961d0 [file] [log] [blame]
{
"name": "UCForm",
"version": "0.1.0",
"summary": "一个UICollectionView UITableView 的数据源",
"description": "一个swift 利用面向协议开发的DataSource, 后续会支持RxSwift Combine ReactiveCocoa",
"homepage": "https://github.com/TryRuntime/UCForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Link913": "fanyang_32012@outlook.com"
},
"source": {
"git": "https://github.com/TryRuntime/UCForm.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "UCForm/Classes/Core/**/*.{swift}"
}
]
}