blob: c6a0db3a310deb44c66ee26f33c09f53c73640c7 [file] [log] [blame]
{
"name": "ZDKBaseKit",
"version": "0.0.3",
"summary": "项目中常用的一些封装",
"description": "* Foundation的扩展\n* UIKit的扩展",
"homepage": "https://gitee.com/killuaZJ/ZDKBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Killua": "zhangjunkillua@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/killuaZJ/ZDKBaseKit.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"ZDKBaseKit/Classes/**/*.swift"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
],
"HandyJSON": [
"~> 4.0.0-beta.1"
],
"Moya": [
],
"PromiseKit": [
],
"PromiseKit/Alamofire": [
]
},
"pushed_with_swift_version": "4.0"
}