[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 7 / 3 / b / Bx / 1.0.0 / Bx.podspec.json
blob2f2c01f2e8e9fcf44e5bf43216eae76c805eec8b
2   "name": "Bx",
3   "version": "1.0.0",
4   "swift_version": "4.1",
5   "summary": "A collection of powerful frameworks for the iOS platform.",
6   "description": "The Bx umbrella includes a variety of frameworks for different tasks.",
7   "homepage": "https://bx.borchero.com",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Oliver Borchert": "borchero@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/borchero/Bx.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "subspecs": [
23     {
24       "name": "Utility",
25       "dependencies": {
26         "BxUtility": [
27           "~> 1.0"
28         ]
29       }
30     },
31     {
32       "name": "Coding",
33       "dependencies": {
34         "BxCoding": [
35           "~> 1.0"
36         ]
37       }
38     },
39     {
40       "name": "Networking",
41       "dependencies": {
42         "BxNetworking": [
43           "~> 1.0"
44         ]
45       }
46     },
47     {
48       "name": "Layout",
49       "dependencies": {
50         "BxLayout": [
51           "~> 1.0"
52         ]
53       }
54     },
55     {
56       "name": "Images",
57       "dependencies": {
58         "BxImages": [
59           "~> 1.0"
60         ]
61       }
62     },
63     {
64       "name": "Gesture",
65       "dependencies": {
66         "BxGesture": [
67           "~> 1.0"
68         ]
69       }
70     },
71     {
72       "name": "Collections",
73       "dependencies": {
74         "BxCollections": [
75           "~> 1.0"
76         ]
77       }
78     },
79     {
80       "name": "UI",
81       "dependencies": {
82         "BxUI": [
83           "~> 1.0"
84         ]
85       }
86     },
87     {
88       "name": "Scrolling",
89       "dependencies": {
90         "BxScrolling": [
91           "~> 1.0"
92         ]
93       }
94     }
95   ]