blob: 99c1dd5106ad0acb87a7b3d4d39f6f7a3be00c50 [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "1.0.2",
"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.0.2"
},
"source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}