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