blob: 54334e9c8658c2fb7424ac4d73043a44dc470ff1 [file] [log] [blame]
{
"name": "FunBox",
"version": "0.5.4",
"summary": "FunBox 饭盒?",
"swift_versions": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/choarkinphe/FunBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"choarkinphe": "choarkinphe@outlook.com"
},
"source": {
"git": "https://github.com/choarkinphe/FunBox.git",
"tag": "0.5.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/FunBox/Code/*",
"subspecs": [
{
"name": "Core",
"dependencies": {
"FunBox/Box/Extension": [
],
"FunBox/Box/Utils": [
],
"FunBox/Box/UI": [
],
"FunBox/Main": [
]
}
},
{
"name": "Main",
"source_files": [
"Sources/FunBox/Code/*",
"Sources/FunBox/Code/Other/**/*"
],
"resource_bundles": {
"FunBox": [
"Sources/FunBox/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,md}"
]
}
},
{
"name": "Box",
"subspecs": [
{
"name": "Extension",
"source_files": "Sources/FunBox/Code/Extension/**/*",
"dependencies": {
"FunBox/Main": [
]
}
},
{
"name": "Utils",
"source_files": "Sources/FunBox/Code/Utils/**/*",
"dependencies": {
"FunBox/Box/Extension": [
],
"FunBox/Main": [
]
}
},
{
"name": "UI",
"source_files": "Sources/FunBox/Code/UI/**/*",
"dependencies": {
"FunBox/Box/Extension": [
],
"FunBox/Main": [
]
}
}
]
},
{
"name": "Modules",
"subspecs": [
{
"name": "FunAlamofire",
"source_files": "Sources/FunAlamofire/Code/**/*",
"dependencies": {
"FunBox/Core": [
],
"Alamofire": [
"~> 5.2.2"
]
}
},
{
"name": "FunUI",
"source_files": "Sources/FunUI/**/*",
"dependencies": {
"FunBox/Core": [
]
}
},
{
"name": "RxFunBox",
"source_files": "Sources/RxFunBox/**/*",
"dependencies": {
"FunBox/Core": [
],
"RxDataSources": [
"~> 4.0.1"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
}
}
]
}
],
"swift_version": "5.0"
}