blob: 08167ce8da5357ddbaaa15bf88c9821640630e69 [file] [log] [blame]
{
"name": "SuProgress",
"version": "0.8.1",
"summary": "Supr-Ogress is a super progress bar solution.",
"description": "\t\t\t\t Pronounced “Super Ogress” (as in a female Ogre who is also a\n\t\t\t\t super-hero), SuProgress is a utlitity library to show a\n\t\t\t\t iOS-7-Safari-style progress bar under the UINavigationBar for\n\t\t\t\t your app.\n\n\t\t\t\t Crucially SuProgress is a drop-in library for common progress\n\t\t\t\t types eg. NSURLConnection, UIWebView, AFNetworking, and\n\t\t\t\t NSProgress.\n",
"homepage": "http://github.com/MobileMakersAcademy/SuProgress",
"screenshots": "https://www.dropbox.com/s/9b3wcn67719wkov/SuProgress.gif",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"Max Howell": "mxcl@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MobileMakersAcademy/SuProgress.git",
"tag": "0.8.1"
},
"source_files": [
"SuProgress.h",
"SuProgress.m"
],
"requires_arc": true,
"frameworks": "Foundation"
}