blob: f89defd13b4db313afcd544baf23b634282c0e0e [file] [log] [blame]
{
"name": "AXPracticalHUD",
"version": "2.1.3",
"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": {
"devedbox": "devedbox@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXPracticalHUD.git",
"tag": "2.1.3"
},
"source_files": [
"AXPracticalHUD/AXPracticalHUD/*.{h,m}",
"AXPracticalHUD/AXPracticalHUD/*/*.{h,m}"
],
"public_header_files": [
"AXPracticalHUD/AXPracticalHUD/*.{h}",
"AXPracticalHUD/AXPracticalHUD/*/*.{h}",
"AXPracticalHUD/AXPracticalHUD/ContentView/*.{h}"
],
"resources": "AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AXIndicatorView": [
]
}
}