blob: 14ef6b883f58a30a4cab5cd6e4e4a84c84056f93 [file] [log] [blame]
{
"name": "KYRefreshControl",
"version": "1.0.2",
"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.2",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "Demo/KYRefreshControl/KYRefreshControl.h",
"source_files": "Demo/KYRefreshControl/KYRefreshControl.{h,m}"
}