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