blob: 1c157763283d5a037cf8787d99ffa5ec1de63134 [file] [log] [blame]
{
"name": "WSProgressHUD",
"version": "1.0.4",
"summary": "WSProgressHUD is a beauful hud view for iPhone & iPad.",
"description": "WSProgressHUD is a beauful hud view for iPhone & iPad. you can simple to use it.\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/devSC/WSProgressHUD",
"screenshots": "https://raw.githubusercontent.com/devSC/WSProgressHUD/master/Demo/Demo.gif",
"license": "MIT",
"authors": {
"袁仕崇": "xiaochong2154@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/devSC/WSProgressHUD.git",
"tag": "1.0.4"
},
"source_files": "WSProgressHUD/*",
"exclude_files": "Demo/Exclude",
"resources": "WSProgressHUD/*.bundle",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Shimmer": [
]
}
}