blob: 3c4e94c0cc3cbf0c28facddd852bf2e06061fc4c [file] [log] [blame]
{
"name": "zdk",
"version": "0.0.1",
"summary": "致力于提高项目开发效率的解决方案",
"description": "Zdk",
"homepage": "https://github.com/common-sky/zdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sky": "1203438466@qq.com"
},
"source": {
"git": "https://github.com/common-sky/zdk.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "zdk/Classes/**/*",
"subspecs": [
{
"name": "Share",
"source_files": "zdk/Classes/Share/**/*"
},
{
"name": "Common",
"source_files": "zdk/Classes/Common/**/*"
},
{
"name": "Converter",
"source_files": "zdk/Classes/Converter/**/*",
"vendored_libraries": "zdk/Classes/Converter/*.a"
}
]
}