blob: 02caee890ff5cbdd0a9a0cd363d91184196eaf84 [file] [log] [blame]
{
"name": "RRRCategory",
"version": "0.3.2",
"summary": "个人使用的Category",
"description": "个人整理的常用Category",
"homepage": "https://github.com/RRRenJ/RRRCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RRRenJ": "https://github.com/RRRenJ"
},
"source": {
"git": "https://github.com/RRRenJ/RRRCategory.git",
"tag": "0.3.2"
},
"public_header_files": "RRRCategory/RRRCategory.h",
"source_files": "RRRCategory/RRRCategory.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UI",
"source_files": "RRRCategory/UI/*.{h,m}"
},
{
"name": "NS",
"source_files": "RRRCategory/NS/*.{h,m}"
}
]
}