blob: aaeccb292c9d9dd8b2ab1d827545b447f7e726c2 [file] [log] [blame]
{
"name": "ProgressHUD",
"version": "1.1",
"summary": "ProgressHUD is a lightweight and easy-to-use HUD for iOS 7. (Objective-C)",
"homepage": "https://github.com/relatedcode/ProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Related Code",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/relatedcode/ProgressHUD.git",
"tag": "v1.1"
},
"source_files": "ProgressHUD/ProgressHUD.{h,m}",
"resources": "ProgressHUD/ProgressHUD.bundle",
"requires_arc": true
}