blob: 1044d9201fb5f5cb7f3f8282e93d63bcabb4b452 [file] [log] [blame]
{
"name": "SGCategory",
"version": "1.0.1",
"summary": "common category",
"description": "common category for Foundation and UIKit classes",
"homepage": "https://github.com/install-b/SGCategory",
"license": "MIT",
"authors": {
"ShangenZhang": "645256685@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/install-b/SGCategory.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "Classes/*.h",
"public_header_files": "Classes/*.h",
"subspecs": [
{
"name": "SGFoundationCateory",
"frameworks": "Foundation",
"source_files": "Classes/Foundation/**/*.{h,m}",
"public_header_files": "Classes/Foundation/**/*.h"
},
{
"name": "SGUIKitCategory",
"frameworks": "UIKit",
"source_files": "Classes/UIKit/**/*.{h,m}",
"public_header_files": "Classes/UIKit/**/*.h"
}
]
}