blob: 5d1f0740a3a5129d43ca0b2b5f2bb5eb96f4db61 [file] [log] [blame]
{
"name": "HungryTools",
"version": "1.3.7",
"summary": "Some common tools",
"description": "Some tools often used.",
"homepage": "https://github.com/HungryZ/HungryTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhanghaichuan": "924320752@qq.com"
},
"source": {
"git": "https://github.com/HungryZ/HungryTools.git",
"tag": "1.3.7"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
},
"deprecated": true,
"subspecs": [
{
"name": "Macro",
"source_files": "HungryTools/Classes/Macro/**/*"
},
{
"name": "Category",
"source_files": "HungryTools/Classes/Category/**/*"
},
{
"name": "ZHCTextField",
"source_files": "HungryTools/Classes/ZHCTextField/**/*",
"dependencies": {
"HungryTools/Category": [
]
},
"resource_bundles": {
"Resource": [
"HungryTools/Assets/Resource/*.png"
]
}
},
{
"name": "ZHCWebViewController",
"source_files": "HungryTools/Classes/ZHCWebViewController/**/*"
}
]
}