blob: 2e62fc89b164b78c02e65110859a9497f9bc990a [file] [log] [blame]
{
"name": "HBoxsTools",
"version": "0.1.4",
"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.1.4"
},
"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"
],
"requires_arc": true
},
{
"name": "User",
"source_files": "Classes/User/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"HBoxsTools/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/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"HBoxsTools/Category": [
],
"HBoxsTools/Header": [
],
"HBoxsTools/NetWorking": [
],
"MBProgressHUD": [
]
}
},
{
"name": "Main",
"source_files": "Classes/Main/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"HBoxsTools/Category": [
],
"HBoxsTools/Header": [
],
"HBoxsTools/Base": [
]
}
},
{
"name": "Refresh",
"source_files": "Classes/MYRefresh/**/*.{h,m}",
"dependencies": {
"MJRefresh": [
]
}
}
]
}