blob: c91eb5e0a8ea3246c54b15714938359de5dcfa2b [file] [log] [blame]
{
"name": "HungryTools",
"version": "1.2.4",
"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.2.4"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"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"
]
}
}
]
}