blob: 1a86211fa172753363557b15118c34f5caf0af7b [file] [log] [blame]
{
"name": "BxScrolling",
"version": "1.3.1",
"swift_version": "4.1",
"summary": "An Implementation of Scrollable Interface Elements on iOS in Swift.",
"description": "BxScrolling implements a page view wrapping UIPageViewController and mimicks the behavior of common iOS collection views.",
"homepage": "https://bxscrolling.borchero.com",
"documentation_url": "https://bxscrolling.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxScrolling.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxScrolling/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxLayout": [
"~> 1.0"
],
"BxUI": [
"~> 1.0"
]
},
"frameworks": "UIKit"
}