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