blob: 2811f49109e3a9ba202b22bad6c2aeb17207c785 [file] [log] [blame]
{
"name": "THProgressHUD",
"version": "1.0.0",
"summary": "THProgressHUD is a lightweight and easy-to-use HUD for iOS 7/8. (Objective-C)",
"homepage": "https://github.com/hons82/THProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"source": {
"git": "https://github.com/hons82/THProgressHUD.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "THProgressHUD/*.{h,m}",
"resources": [
"THProgressHUD/Images.xcassets/*.imageset/*.{json,png}"
]
}