blob: b23e23b5ab331799a9c2a9c62a5650f3fe09208b [file] [log] [blame]
{
"name": "ZKCommon",
"version": "3.0.4",
"platforms": {
"ios": "9.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": "3.0.4"
},
"description": "ZKCommon 是我工作中常用的扩展、工具等。做成库方便使用。",
"source_files": "ZKCommon/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"FMDB": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"PopupDialog": [
]
}
}