blob: 6ed112b9a89ed78225ce5838d1424922aef2e625 [file] [log] [blame]
{
"name": "ZCocoa",
"version": "0.0.1",
"summary": "A Lib For rxcocoa.",
"description": "ZCocoa是rxcocoa封装",
"homepage": "https://github.com/StoneStoneStoneWang/ZStoreKit.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/ZStoreKit.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "Button",
"source_files": "Code/ZCocoa/Button/*.{swift}",
"dependencies": {
"RxCocoa": [
]
}
},
{
"name": "TextField",
"source_files": "Code/ZCocoa/TextField/*.{swift}",
"dependencies": {
"RxCocoa": [
]
}
},
{
"name": "TableView",
"source_files": "Code/ZCocoa/TableView/*.{swift}",
"dependencies": {
"RxCocoa": [
],
"MJRefresh": [
]
}
},
{
"name": "SM",
"source_files": "Code/ZCocoa/SM/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "ASM",
"source_files": "Code/ZCocoa/ASM/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
}
],
"swift_version": "5.0"
}