blob: d0d631e0a98fdf0093e15fb5190b60086a876a84 [file] [log] [blame]
{
"name": "KYRefreshControl",
"version": "1.0.1",
"license": "MIT",
"summary": "A bare bone implementation of a pull to refresh for you to subclass.",
"homepage": "https://github.com/cheunghy/KYRefreshControl",
"authors": {
"Zhang Kai Yu": "yeannylam@gmail.com"
},
"source": {
"git": "https://github.com/cheunghy/KYRefreshControl.git",
"tag": "1.0.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "Demo/KYRefreshControl/KYRefreshControl.h",
"source_files": "Demo/KYRefreshControl/KYRefreshControl.{h,m}"
}