blob: 8638ff8bf27419e20da8c9c40471625e322d52ea [file] [log] [blame]
{
"name": "CZLibrary",
"version": "0.0.6",
"summary": "cz self library summary",
"description": "cz self library description",
"homepage": "https://github.com/JuYiWei/CZLibrary",
"license": "MIT",
"authors": {
"juyw": "757832801@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JuYiWei/CZLibrary.git",
"tag": "0.0.6"
},
"source_files": "CZLibrary/CZLibrary/Lbirary/*.{h,m}",
"resources": "CZLibrary/CZLibrary/Lbirary/Assets/*.png",
"dependencies": {
"Masonry": [
"~> 1.0"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"subspecs": [
{
"name": "UIKit",
"source_files": "CZLibrary/CZLibrary/Lbirary/Category/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "CZLibrary/CZLibrary/Lbirary/Category/Foundation/*.{h,m}"
}
]
},
{
"name": "Tools",
"source_files": "CZLibrary/CZLibrary/Lbirary/Tools/*.{h,m}"
},
{
"name": "UI",
"source_files": "CZLibrary/CZLibrary/Lbirary/UI/*.{h,m}"
}
]
}