blob: 9d98d0a5f3e32f66056025094021dc3cd9874051 [file] [log] [blame]
{
"name": "ODRefreshControl",
"version": "0.0.2",
"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": "06e26ffead"
},
"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
}