blob: eeede01d221bf5be9fcb62b9901645ed101d6edd [file] [log] [blame]
{
"name": "SICategory",
"version": "1.4.1",
"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.4.1"
},
"public_header_files": "Classes/SICategory.h",
"source_files": "Classes/SICategory.h",
"requires_arc": true,
"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}"
}
]
}