blob: 550c38df4e858f540372fd427e5ebebbd8f3e67f [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "1.3.4",
"summary": "Powerful and modern progress HUD for iOS.",
"homepage": "https://github.com/JonasGessner/JGProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGProgressHUD.git",
"tag": "v1.3.4"
},
"source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
"resources": "JGProgressHUD/JGProgressHUD/JGProgressHUD Resources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}