blob: 86cb01816939a23dad6513dd09fa45d049afa27a [file] [log] [blame]
{
"name": "AZCategory",
"version": "0.0.2",
"summary": "常用Category",
"homepage": "https://github.com/AlfredZY/AZCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Zhang": "AlfredZhang@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AlfredZY/AZCategory.git",
"tag": "0.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "PushAndPop",
"source_files": "AZCategory/AZCategory/PushAndPop/*.{h,m}"
},
{
"name": "Gradient",
"source_files": "AZCategory/AZCategory/Gradient/*.{h,m}"
},
{
"name": "SafeArea",
"source_files": "AZCategory/AZCategory/SafeArea/*.{h,m}"
}
]
}