blob: d10a8a153cc2c3b1f88c2aa072167f875455faa1 [file] [log] [blame]
{
"name": "HBoxsTools",
"version": "0.0.2",
"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.2"
},
"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"
]
}
]
}