blob: 824d07d50f9ad3b4f774c3d76b5de7ad3771de21 [file] [log] [blame]
{
"name": "RefreshableViewController",
"version": "0.2.1",
"summary": "RefreshableViewController is simple view controller with refreshable state management based on PromiseKit.",
"homepage": "https://github.com/dclelland/RefreshableViewController",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/RefreshableViewController.git",
"tag": "0.2.1"
},
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
}
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0"
}