blob: 3830a90cbc133f866ae344a5d30f8d41af9fca87 [file] [log] [blame]
{
"name": "CZLibrary",
"version": "0.0.2",
"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.2"
},
"source_files": "CZLibrary/CZLibrary/Lbirary/*.{h,m}",
"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}"
}
]
}
]
}