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