blob: 04cecf26338d2ea1c71e12bd6b6e0364ead5e3d0 [file] [log] [blame]
{
"name": "ODRefreshControl",
"version": "0.0.1",
"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": "Sephiroth87",
"source": {
"git": "https://github.com/Sephiroth87/ODRefreshControl.git",
"commit": "464f80c793"
},
"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
}