blob: e58d4afbe8b3052be5c8f603e076045f7b63ccea [file] [log] [blame]
{
"name": "ZQIANMAI",
"version": "1.0.1",
"summary": "A Lib For tools.",
"description": "ZQIANMAI是一个工具类。",
"homepage": "https://gitee.com/ioszwj/ZQIANMAI",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://gitee.com/ioszwj/ZQIANMAI.git",
"tag": "1.0.1"
},
"static_framework": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": "Code/**/*.{h,m}",
"resources": [
"Code/**/*.{png}"
],
"dependencies": {
"ZQIANMAIKit": [
"~> 1.0.1"
]
}
}