[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / e / BxFloating / 0.1.3 / BxFloating.podspec.json
blob4ee426cf2073f15307ba2526bd4178db8884972b
2   "name": "BxFloating",
3   "version": "0.1.3",
4   "swift_version": "4.1",
5   "summary": "Incredibly easy floating views on iOS.",
6   "description": "BxFloating provides a wrapper for SpriteKit floating views with an interface similar to UITableView.",
7   "homepage": "https://bx.borchero.com/floating",
8   "documentation_url": "https://bx.borchero.com/floating/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxFloating.git",
18     "tag": "0.1.3"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxFloating/**/*",
24   "dependencies": {
25     "RxSwift": [
27     ],
28     "RxCocoa": [
30     ],
31     "BxUtility": [
33     ],
34     "BxUI": [
36     ]
37   },
38   "frameworks": [
39     "UIKit",
40     "SpriteKit",
41     "CoreMotion"
42   ]