blob: 81ff2784c0ba435edc103cbebc556c683256c21c [file] [log] [blame]
{
"name": "MAGearRefreshControl",
"version": "0.2",
"summary": "Refresh control with gear animation.",
"description": "MAGearRefreshControl is a fully customizable iOS refresh control with gear animation for tableview refresh, writen in Swift.",
"homepage": "https://github.com/micazeve/MAGearRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Michaƫl Azevedo": "micazeve@gmail.com"
},
"social_media_url": "https://twitter.com/micazeve",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/micazeve/MAGearRefreshControl.git",
"branch": "master",
"tag": "0.2"
},
"source_files": "Classes/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}