blob: c19e6b08ea77db3e6d6910203a2e06862e5357c2 [file] [log] [blame]
{
"name": "AAHUD",
"version": "1.0.0",
"summary": "MBProgressHUD 简单好用的封装",
"swift_versions": "5",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Fxxxxxx/AAHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron": "e2shao1993@163.com"
},
"source": {
"git": "https://github.com/Fxxxxxx/AAHUD.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AAHUD/Classes/**/*",
"resource_bundles": {
"Resource": [
"AAHUD/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
]
},
"swift_version": "5"
}