blob: f7c6bb1365f3aa92e26c4e99fec5996e1bfbd83e [file] [log] [blame]
{
"name": "ZKCommon",
"version": "1.8",
"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": "1.8"
},
"description": "ZKCommon 是我工作中常用的扩展、工具等。做成库方便使用。",
"source_files": "ZKCommon/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"FMDB": [
"~> 2.6.2"
],
"Alamofire": [
"~> 4.5.0"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"ZKProgressHUD": [
"~> 1.5"
],
"ZKAlertViewSwift": [
"~> 1.0.2"
],
"ZKStatusBarNotification": [
"~> 1.1"
]
},
"pushed_with_swift_version": "3.0"
}