blob: 520c7691073fbb19df28513eeb048ea4fe589615 [file] [log] [blame]
{
"name": "ZCache",
"version": "0.3.0",
"summary": "A Lib For cache.",
"description": "ZCache是user 和account 的封装",
"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.3.0"
},
"subspecs": [
{
"name": "Account",
"source_files": "Code/ZCache/Account/*.{swift}",
"dependencies": {
"ZBean/Account": [
]
}
},
{
"name": "User",
"source_files": "Code/ZCache/User/*.{swift}",
"dependencies": {
"ZBean/User": [
],
"ZYYCache": [
],
"ZCache/Account": [
]
}
}
],
"swift_version": "5.0"
}