blob: 2b05dfdf6051b096cbd5724f07e428e6ed7ef499 [file] [log] [blame]
{
"name": "ZTComponents",
"version": "1.0.4",
"summary": "对原生组件进行扩展",
"description": "1 .语法调用.",
"homepage": "https://github.com/1296891592qq/ZTComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1296891592qq": "1296891592@qq.com"
},
"source": {
"git": "https://github.com/1296891592qq/ZTComponents.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZTComponents/Classes/**/*",
"subspecs": [
{
"name": "Foundation",
"source_files": "ZTComponents/Classes/Foundation/*.{h,m}"
},
{
"name": "Category",
"source_files": "ZTComponents/Classes/Category/*.{h,m}",
"dependencies": {
"ZTComponents/Foundation": [
]
}
}
]
}