blob: 738352b77e44b6daac808c7eccde6f5c9e5be6e3 [file] [log] [blame]
{
"name": "HungryTools",
"version": "1.3.3",
"summary": "Some tools often used.",
"description": "Some tools often used, personal.",
"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.3"
},
"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": [
],
"HungryTools/Macro": [
]
},
"resource_bundles": {
"Resource": [
"HungryTools/Assets/Resource/*.png"
]
}
}
]
}