blob: 14835210dcfdae27c0257ef2c8600ddea966ec6b [file] [log] [blame]
{
"name": "ODRefreshControl",
"version": "1.1.0",
"license": "MIT",
"summary": "A pull down to refresh control like the one in Apple's iOS6 Mail App.",
"homepage": "https://github.com/Sephiroth87/ODRefreshControl",
"authors": {
"Fabio Ritrovato": "fabio@orangeinaday.com"
},
"source": {
"git": "https://github.com/Sephiroth87/ODRefreshControl.git",
"tag": "1.1.0"
},
"description": "ODRefreshControl is a \"pull down to refresh\" control for UIScrollView,like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.",
"platforms": {
"ios": null
},
"source_files": "ODRefreshControl/ODRefreshControl*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}