blob: 8318b85c596e407f4002ee9696fc54c3d659a019 [file] [log] [blame]
{
"name": "HKRefreshControl",
"version": "1.0.0",
"summary": "A custom refresh control that mimics iOS6's UIRefreshControl behavior but is also available for iOS5.",
"homepage": "https://github.com/Harmek/HKRefreshControl",
"screenshots": "https://github.com/Harmek/HKRefreshControl/raw/master/Screenshot.png",
"authors": {
"Panos Baroudjian": "baroudjian.panos@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/Harmek/HKRefreshControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"HKRefreshControl/HKRefreshControl.{h,m}",
"HKRefreshControl/UITableViewController+RefreshControl.{h,m}"
],
"requires_arc": true,
"dependencies": {
"HKCircularProgressView": [
"~> 1.0.5"
]
}
}