blob: 3c3c3026aeb9368390db3937e0585228fae20199 [file] [log] [blame]
{
"name": "THProgressView",
"version": "1.0",
"summary": "UIView subclass that mimics the progress bar of Twitter for iOS.",
"homepage": "https://github.com/tiagomnh/THProgressView",
"screenshots": "https://raw.github.com/tiagomnh/THProgressView/master/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tiago Henriques": "tiagomnh@gmail.com"
},
"source": {
"git": "https://github.com/tiagomnh/THProgressView.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "THProgressView/*.{h,m}",
"requires_arc": true
}