blob: 38824ea41f30b0b5a225e3975808d9d662b07e49 [file] [log] [blame]
{
"name": "RxPullToRefresh",
"version": "0.1.0",
"summary": "A Swift framework enables you to create a pull to refreshable UIScrollView with a custom 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.0",
"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"
]
}
}