blob: 02fdab4caf4e6334267242cce0af702d349505f8 [file] [log] [blame]
{
"name": "SICategory",
"version": "1.6.3",
"summary": "iOS Category.",
"description": "A collection of iOS Category.",
"homepage": "https://github.com/silence0201/iOS-Category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/iOS-Category.git",
"tag": "1.6.3"
},
"public_header_files": "Classes/SICategory.h",
"source_files": "Classes/SICategory.h",
"requires_arc": true,
"frameworks": "StoreKit",
"subspecs": [
{
"name": "SIUIKit",
"source_files": "Classes/UIKit/**/*.{h,m}",
"public_header_files": "Classes/UIKit/**/*.{h}"
},
{
"name": "SIFoundation",
"source_files": "Classes/Foundation/**/*.{h,m}",
"public_header_files": "Classes/Foundation/**/*.{h}"
},
{
"name": "SIMacros",
"source_files": "Classes/Macros/**/*.{h,m}",
"public_header_files": "Classes/Macros/**/*.{h}"
},
{
"name": "EXTObj",
"source_files": "Classes/EXTObj/**/*.{h,m}",
"public_header_files": "Classes/EXTObj/**/*.{h}"
},
{
"name": "Manager",
"source_files": "Classes/Manager/**/*.{h,m}",
"public_header_files": "Classes/Manager/**/*.{h}"
}
]
}