blob: 99b461c4e36342d3b7ad4456fe0222a9c0148ea2 [file] [log] [blame]
{
"name": "XLCategory",
"version": "1.0.0",
"summary": "分类测试",
"description": "我在测试分类",
"homepage": "https://github.com/xiaoliangliu/XLCategory",
"license": "MIT",
"authors": {
"易修车": "201222590@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xiaoliangliu/XLCategory.git",
"tag": "v1.0.0"
},
"source_files": [
"XLCategory",
"XLCategory/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}