blob: ff2afb6519dcc56b4844c96e2243571217dd5439 [file] [log] [blame]
{
"name": "FunBox",
"version": "0.4.40",
"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.4.40"
},
"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": "Networking",
"source_files": "FunNetworking/Code/**/*",
"dependencies": {
"FunBox/Core": [
],
"Alamofire": [
"~> 5.2.2"
]
}
},
{
"name": "FunUI",
"source_files": "Sources/FunUI/**/*",
"dependencies": {
"FunBox/Core": [
]
}
}
]
}
],
"swift_version": "5.0"
}