blob: 9029a995b16c6558724ece2a4be074c45fdc343c [file] [log] [blame]
{
"name": "HBoxsTools",
"version": "0.0.5",
"summary": "HBoxsTools.",
"description": "红匣子HBoxsTools",
"homepage": "https://github.com/HBoxsIOS/HBoxsTools.git",
"license": "MIT",
"authors": {
"HBoxsIOS": "master@hboxs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HBoxsIOS/HBoxsTools.git",
"tag": "0.0.5"
},
"requires_arc": true,
"subspecs": [
{
"name": "Header",
"source_files": "Classes/Header/**/*.{h,m}"
},
{
"name": "Category",
"source_files": "Classes/Category/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
]
},
{
"name": "User",
"source_files": "Classes/User/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"HBboxsLib/Category": [
]
}
},
{
"name": "WebImage",
"source_files": "Classes/WebImageManager/*.{h,m}",
"frameworks": [
"UIKit",
"CFNetwork"
],
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "NetWorking",
"source_files": "Classes/NetWorking/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Base",
"source_files": [
"Classes/Base/BaseProgressHUD/**/*.{h,m}",
"Classes/Base/BaseViewController/**/*.{h,m}",
"Classes/Base/BaseNavigationController/**/*.{h,m}",
"Classes/Base/BaseWebView/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"HBboxsLib/Category": [
],
"HBboxsLib/Header": [
],
"MBProgressHUD": [
]
}
}
]
}