blob: 211acdc705bc87b96d5fa55e2e2776e2e198bacc [file] [log] [blame]
{
"name": "RefreshableViewController",
"version": "0.2.2",
"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.2"
},
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
}
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0"
}