blob: 2f2c01f2e8e9fcf44e5bf43216eae76c805eec8b [file] [log] [blame]
{
"name": "Bx",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "A collection of powerful frameworks for the iOS platform.",
"description": "The Bx umbrella includes a variety of frameworks for different tasks.",
"homepage": "https://bx.borchero.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/Bx.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"subspecs": [
{
"name": "Utility",
"dependencies": {
"BxUtility": [
"~> 1.0"
]
}
},
{
"name": "Coding",
"dependencies": {
"BxCoding": [
"~> 1.0"
]
}
},
{
"name": "Networking",
"dependencies": {
"BxNetworking": [
"~> 1.0"
]
}
},
{
"name": "Layout",
"dependencies": {
"BxLayout": [
"~> 1.0"
]
}
},
{
"name": "Images",
"dependencies": {
"BxImages": [
"~> 1.0"
]
}
},
{
"name": "Gesture",
"dependencies": {
"BxGesture": [
"~> 1.0"
]
}
},
{
"name": "Collections",
"dependencies": {
"BxCollections": [
"~> 1.0"
]
}
},
{
"name": "UI",
"dependencies": {
"BxUI": [
"~> 1.0"
]
}
},
{
"name": "Scrolling",
"dependencies": {
"BxScrolling": [
"~> 1.0"
]
}
}
]
}