blob: 4ee426cf2073f15307ba2526bd4178db8884972b [file] [log] [blame]
{
"name": "BxFloating",
"version": "0.1.3",
"swift_version": "4.1",
"summary": "Incredibly easy floating views on iOS.",
"description": "BxFloating provides a wrapper for SpriteKit floating views with an interface similar to UITableView.",
"homepage": "https://bx.borchero.com/floating",
"documentation_url": "https://bx.borchero.com/floating/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxFloating.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxFloating/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"BxUtility": [
],
"BxUI": [
]
},
"frameworks": [
"UIKit",
"SpriteKit",
"CoreMotion"
]
}