blob: b570577b57fccc21392ebf5bc83a0cc68716e042 [file] [log] [blame]
{
"name": "JGProgressView",
"version": "1.2.1",
"summary": "UIProgressView subclass with an animated 'Indeterminate' setting.",
"description": "UIProgressView subclass with an animated \"Indeterminate\" setting.\n",
"homepage": "https://github.com/JonasGessner/JGProgressView",
"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/JGProgressView.git",
"tag": "v1.2.1"
},
"source_files": "JGProgressView/*.{h,m}",
"resources": "JGProgressView/*.png",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}