blob: 41e0b91a1513144bfdf9c05be70dbbc7617012e8 [file] [log] [blame]
{
"name": "ZQLScrollCard",
"version": "0.0.8",
"summary": "A short description of ZQLTest.",
"description": "曾清林",
"homepage": "https://github.com/ZengQingLinZ/ZQLScrollCard",
"license": "MIT",
"authors": {
"zengqinglin": "328318821@qq.com"
},
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ZengQingLinZ/ZQLScrollCard.git",
"tag": "0.0.8"
},
"requires_arc": true,
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"subspecs": [
{
"name": "OC",
"source_files": "OC/**/*.{h,m,mm}",
"resources": "OC/**/*.{xib}",
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "Swift",
"source_files": "Swift/**/*.{h,m,mm,swift}",
"resources": "Swift/**/*.{xib}",
"dependencies": {
"SDWebImage": [
]
}
}
]
}