blob: 479aef0b1e8731c8228f77ae61d286e1d03c68e4 [file] [log] [blame]
{
"name": "HungryTools",
"version": "1.4.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"UITool",
"Category"
],
"subspecs": [
{
"name": "Macro",
"source_files": "HungryTools/Classes/Macro/**/*"
},
{
"name": "Category",
"source_files": "HungryTools/Classes/Category/**/*"
},
{
"name": "UITool",
"source_files": "HungryTools/Classes/UITool/**/*",
"resource_bundles": {
"Resource": [
"HungryTools/Assets/Resource/**/*"
]
}
}
]
}