blob: 3c7a7e6e3bdb8231c74618ff2c01a440df2a919a [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "1.1.2",
"summary": "Powerful and modern progress HUD for iOS.",
"description": "<b>JGProgressHUD:</b>\n• Super simple to implement\n• Feature-rich\n• Easy extensibility and customization (custom animations and progress indicators)\n• Up to date, ex. using a blurred view on iOS 8\n• Backwards compatibility to iOS 5\n• Well documented\n• And most importantly, it looks good!\n",
"homepage": "https://github.com/JonasGessner/JGProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGProgressHUD.git",
"tag": "v1.1.2"
},
"source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
"resources": "JGProgressHUD/JGProgressHUD/JGProgressHUD Resources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}