blob: 16ff08f01f76fa1d97c7cc1a3f40384b13317e0c [file] [log] [blame]
{
"name": "BobPullToRefresh",
"version": "1.0.0",
"summary": "A basic iOS pull to refresh control.",
"homepage": "https://github.com/bobthekingofegypt/BobPullToRefresh",
"license": "MIT",
"authors": {
"bob": "bobthekingofegypt@googlemail.com"
},
"source": {
"git": "https://github.com/bobthekingofegypt/BobPullToRefresh.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BobPullToRefresh/Classes",
"dependencies": {
"KVOController": [
"~> 1.0.1"
]
}
}