blob: c7ea1f002d07a30e5ab782261c830df1e39cfa6c [file] [log] [blame]
{
"name": "HBoxsTools",
"version": "0.0.3",
"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.3"
},
"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": [
]
}
}
]
}