blob: 16fd6085b9683f0b2bd70a4ce7694a9828c6877c [file] [log] [blame]
{
"name": "XLGCategory",
"version": "1.0.1",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"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.1"
},
"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"
}
]
}