blob: 1d5a0ca801b5a8d8e5e11d4f7af9ddb698d7e600 [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "1.0.1",
"summary": "Simple but powerful and modern progress HUD for iOS.",
"description": "\t\t <b>JGProgressHUD:</b>\n • Super simple to implement\n\t\t • Feature rich\n\t\t • Easy extensibility and customization (custom animations and progress indicators)\n\t\t • Up to date, ex. using a blurred view on iOS 8\n\t\t • Backwards compatibility to iOS 5\n\t\t • Well documented\n\t\t • And most importantly, it looks good!\t\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.1"
},
"source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}