blob: b5933028b7f64e451e5b16c28d47558959300ff8 [file] [log] [blame]
{
"name": "HBboxsLib",
"version": "0.1.6",
"summary": "HBboxsLib.",
"description": "HBboxsLib sdasdasdaewdad",
"homepage": "https://github.com/HBoxsIOS/HBboxsLib.git",
"license": "MIT",
"authors": {
"HBoxsIOS": "master@hboxs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HBoxsIOS/HBboxsLib.git",
"tag": "0.1.6"
},
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MBProgressHUD": [
]
},
"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/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CFNetwork"
],
"dependencies": {
"HBboxsLib/Category": [
],
"HBboxsLib/Header": [
],
"HBboxsLib/NetWorking": [
],
"MBProgressHUD": [
]
}
},
{
"name": "Main",
"source_files": "Classes/Main/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"HBboxsLib/Category": [
],
"HBboxsLib/Header": [
],
"HBboxsLib/Base": [
]
}
}
]
}