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