blob: c3784c4e86141e3413a95639f153bbcdb6e27936 [file] [log] [blame]
{
"name": "ZTComponents",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "ZTComponents/Classes/Foundation/*.{h,m}"
},
{
"name": "Category",
"source_files": "ZTComponents/Classes/Category/*.{h,m}",
"dependencies": {
"ZTComponents/Foundation": [
]
}
}
]
}