blob: 424726ee1cbe41bc75afc4e2f5e07ddcd52edbbb [file] [log] [blame]
{
"name": "ZXCategory",
"version": "0.0.6",
"summary": "Custom Category used on iOS.",
"description": "Custom Category used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ZHANGMRXIN/ZXCategory",
"license": "MIT",
"authors": {
"xinzhang": "zx270611346@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ZHANGMRXIN/ZXCategory.git",
"tag": "0.0.6"
},
"requires_arc": true,
"subspecs": [
{
"name": "UIView",
"source_files": "ZXCategory/UIView/*.{h,m}"
},
{
"name": "EasyLog",
"source_files": "ZXCategory/EasyLog/*.{h,m}"
}
]
}