blob: 67134b2882327ad7bd0040323322daa8c94ced4e [file] [log] [blame]
{
"name": "AXPracticalHUD",
"version": "1.1.5",
"summary": "A practical hud view in iOS.",
"description": "A practical hud view in iOS.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/devedbox/AXPracticalHUD",
"license": "MIT",
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXPracticalHUD.git",
"tag": "1.1.5"
},
"source_files": "AXPracticalHUD/AXPracticalHUD/*.{h,m}",
"resources": "AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AXIndicatorView": [
]
}
}