blob: 5b41e2a04e82ef8ab6f377bc0064e1c1df510b58 [file] [log] [blame]
{
"name": "SHGeneralCategory",
"version": "1.0.4",
"summary": "SHGeneralCategory...",
"homepage": "https://github.com/motian30/SHCategory",
"license": "MIT",
"authors": {
"Motian": "llstc30@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/motian30/SHCategory.git",
"tag": "1.0.4"
},
"source_files": "SHCategory/SHCategory.h",
"public_header_files": "SHCategory/SHCategory.h",
"frameworks": [
"UIKit",
"Foundation",
"ImageIO"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"SDWebImage": [
],
"MJRefresh": [
]
},
"subspecs": [
{
"name": "Constant",
"source_files": "SHCategory/Constant/*.h",
"public_header_files": "SHCategory/Constant/*.h"
},
{
"name": "Base",
"source_files": "SHCategory/Base/**/*.{h,m}",
"public_header_files": "SHCategory/Base/**/*.h"
},
{
"name": "GeneralCategory",
"source_files": "SHCategory/GeneralCategory/**/*.{h,m}",
"public_header_files": "SHCategory/GeneralCategory/**/*.h",
"dependencies": {
"SHGeneralCategory/Constant": [
],
"SHGeneralCategory/Extension": [
]
}
},
{
"name": "Extension",
"source_files": "SHCategory/Extension/**/*.{h,m}",
"public_header_files": "SHCategory/Extension/**/*.h",
"dependencies": {
"SHGeneralCategory/Constant": [
]
}
}
]
}