blob: 96ad1c32baf401f5f974b7b72eb7892fd31fae4f [file] [log] [blame]
{
"name": "BxScrolling",
"version": "3.0.0",
"swift_version": "4.2",
"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": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxScrolling/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxUtility": [
"~> 3.0"
],
"BxLayout": [
"~> 3.0"
],
"BxUI": [
"~> 3.0"
]
},
"frameworks": "UIKit"
}