blob: 5ad829d5464bdf5a48db0b173185a4a06e5c21e1 [file] [log] [blame]
{
"name": "YJCategory",
"version": "1.1.0",
"license": "MIT",
"summary": "iOS分类",
"homepage": "https://github.com/Liuyujiaodev/YJCategory.git",
"authors": "liuyujiao",
"source": {
"git": "https://github.com/Liuyujiaodev/YJCategory.git",
"tag": "1.1.0"
},
"description": "。",
"source_files": [
"CommonCategory",
"CommonCategory/**/*.{h,m}",
"CommonCategory/NSDictionary/*.{h,m}",
"CommonCategory/NSString/*.{h,m}",
"CommonCategory/UIButton/*.{h,m}",
"CommonCategory/UIColor/*.{h,m}",
"CommonCategory/UIImage/*.{h,m}",
"CommonCategory/UIView/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}