blob: 3c5bec5dafefc94d7342c3258fd54eb6c39ce414 [file] [log] [blame]
{
"name": "HBboxsLib",
"version": "0.1.2",
"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.2"
},
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MBProgressHUD": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "Classes/Category/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
]
},
{
"name": "User",
"source_files": "Classes/User/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
],
"dependencies": {
"HBboxsLib/Category": [
]
}
},
{
"name": "WebImage",
"source_files": "Classes/WebImageManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
],
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "NetWorking",
"source_files": "Classes/WebImageManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
]
}
}
]
}