blob: 6848599ccd2770386b1e831c82c09eb7af5a1190 [file] [log] [blame]
{
"name": "IRCategoryCollection",
"version": "1.0.9",
"summary": "IRCategoryCollection category 管理",
"description": "简单便捷的对category进行管理,方便多个项目的使用,避免多个项目使用的复制粘贴问题",
"homepage": "https://github.com/IrenaChou/IRCategoryCollection.git",
"license": "MIT",
"authors": {
"irenaChou": "znirena@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/IrenaChou/IRCategoryCollection.git",
"tag": "1.0.9"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "NSString",
"source_files": "IRCategoryC/NSString/*.{h,m}",
"public_header_files": "IRCategoryC/NSString/*.h"
},
{
"name": "UIButton",
"source_files": "IRCategoryC/UIButton/*.{h,m}",
"public_header_files": "IRCategoryC/UIButton/*.h"
},
{
"name": "UIImage",
"source_files": "IRCategoryC/UIImage/*.{h,m}",
"public_header_files": "IRCategoryC/UIImage/*.h"
},
{
"name": "UIView",
"source_files": "IRCategoryC/UIView/*.{h,m}",
"public_header_files": "IRCategoryC/UIView/*.h"
},
{
"name": "IRQuicklyCreated",
"source_files": "IRCategoryC/IRQuicklyCreated/*.{h,m}",
"public_header_files": "IRCategoryC/IRQuicklyCreated/*.h"
},
{
"name": "Other",
"source_files": "IRCategoryC/*.{h,m}",
"public_header_files": "IRCategoryC/*.h"
}
]
}