blob: 171843a1c12dd8d706d1d93b0229e57f93d73ba8 [file] [log] [blame]
{
"name": "ZKCommon",
"version": "5.3",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "我自己常用的扩展、工具等...",
"homepage": "https://github.com/WangWenzhuang/ZKCommon",
"authors": {
"WangWenzhuang": "1020304029@qq.com"
},
"source": {
"git": "https://github.com/WangWenzhuang/ZKCommon.git",
"tag": "5.3"
},
"description": "ZKCommon 是我工作中常用的扩展、工具等。做成库方便使用。",
"source_files": "ZKCommon/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"dependencies": {
"FMDB": [
],
"Then": [
],
"ObjectMapper": [
]
},
"swift_version": "5.0"
}