blob: e3c77439700e2a698f8629cae96f58e08b2847ee [file] [log] [blame]
{
"name": "BDBSpinKitRefreshControl",
"version": "1.0.2",
"license": "MIT",
"summary": "A UIRefreshControl replacement that utilizes the fantastic SpinKit progress indicators.",
"homepage": "https://github.com/bdbergeron/BDBSpinKitRefreshControl",
"social_media_url": "https://twitter.com/bradbergeron",
"authors": {
"Bradley David Bergeron": "brad@bradbergeron.com"
},
"source": {
"git": "https://github.com/bdbergeron/BDBSpinKitRefreshControl.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "BDBSpinKitRefreshControl/*.{h,m}",
"dependencies": {
"SpinKit": [
"~> 1.0"
]
}
}