blob: 80d8bf59a9f0cf1f41c927db6145fc7014785a59 [file] [log] [blame]
{
"name": "BxScrolling",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxScrolling/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"BxUtility": [
],
"BxLayout": [
],
"BxUI": [
]
},
"frameworks": "UIKit"
}