blob: 47abf6703c996f875b494e613fec6ad86dc5fdeb [file] [log] [blame]
{
"name": "XLGCategory",
"version": "1.0.6",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An example of XLGCategory Function",
"homepage": "https://github.com/hanzhanbing/XLGCategory",
"authors": {
"hanzhanbing": "1655661337@qq.com"
},
"social_media_url": "http://weibo.com/3879141691",
"source": {
"git": "https://github.com/hanzhanbing/XLGCategory.git",
"tag": "1.0.6"
},
"requires_arc": true,
"public_header_files": "XLGCategory/XLGCategory.h",
"source_files": "XLGCategory/XLGCategory.h",
"subspecs": [
{
"name": "NSCategory",
"source_files": "XLGCategory/NSCategory/*.{h,m}",
"public_header_files": "XLGCategory/NSCategory/*.h"
},
{
"name": "UICategory",
"source_files": "XLGCategory/UICategory/*.{h,m}",
"public_header_files": "XLGCategory/UICategory/*.h"
}
]
}