blob: c8a083a9a4f30af3fc0a8f5f91835746420ad505 [file] [log] [blame]
{
"name": "RxPullToRefresh",
"version": "0.1.1",
"summary": "A Swift library allows you to create a flexibly customizable pull-to-refresh view supporting RxSwift.",
"homepage": "https://github.com/gumob/RxPullToRefresh",
"documentation_url": "https://gumob.github.io/RxPullToRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"module_name": "RxPullToRefresh",
"source": {
"git": "https://github.com/gumob/RxPullToRefresh.git",
"tag": "0.1.1",
"submodules": true
},
"source_files": [
"Sources/*.{swift}"
],
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}