blob: c877ef1a655ba7ce65a758df6e6108e065b51c64 [file] [log] [blame]
{
"name": "ZBean",
"version": "0.5.6",
"summary": "A Lib For Bean.",
"description": "ZBean是所有模型的封装",
"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.5.6"
},
"dependencies": {
"ObjectMapper": [
]
},
"subspecs": [
{
"name": "Gender",
"source_files": "Code/ZBean/Gender/*.{swift}"
},
{
"name": "Account",
"source_files": "Code/ZBean/Account/*.{swift}"
},
{
"name": "User",
"source_files": "Code/ZBean/User/*.{swift}",
"dependencies": {
"ZBean/Gender": [
]
}
},
{
"name": "Black",
"source_files": "Code/ZBean/Black/*.{swift}",
"dependencies": {
"ZBean/User": [
],
"RxDataSources": [
]
}
},
{
"name": "Focus",
"source_files": "Code/ZBean/Focus/*.{swift}",
"dependencies": {
"ZBean/User": [
],
"RxDataSources": [
]
}
},
{
"name": "KeyValue",
"source_files": "Code/ZBean/KeyValue/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "Circle",
"source_files": "Code/ZBean/Circle/*.{swift}",
"dependencies": {
"ZBean/KeyValue": [
],
"ZBean/User": [
],
"WLToolsKit/JsonCast": [
]
}
},
{
"name": "Commodity",
"source_files": "Code/ZBean/Commodity/*.{swift}",
"dependencies": {
"ZBean/KeyValue": [
],
"ZBean/User": [
],
"WLToolsKit/JsonCast": [
]
}
},
{
"name": "Comment",
"source_files": "Code/ZBean/Comment/*.{swift}",
"dependencies": {
"ZBean/User": [
],
"RxDataSources": [
]
}
},
{
"name": "Area",
"source_files": "Code/ZBean/Area/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
},
{
"name": "Address",
"source_files": "Code/ZBean/Address/*.{swift}",
"dependencies": {
"RxDataSources": [
]
}
}
],
"swift_version": "5.0"
}