blob: edfe8a172b28c935d86ee8b564fe0f6c4b4d145f [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "1.3.6",
"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.6"
},
"source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
"resources": "JGProgressHUD/JGProgressHUD/JGProgressHUD Resources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}