blob: 316bc8e47ab0a6b7643bb6bd9f6816d97f19b5cb [file] [log] [blame]
{
"name": "FunBox",
"version": "0.4.13",
"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.13"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FunBox/Core/Code/*",
"resource_bundles": {
"FunBox": [
"FunBox/Core/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,md}"
]
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"FunBox/Extension": [
],
"FunBox/Utils": [
],
"FunBox/Main": [
],
"FunBox/UI": [
]
}
},
{
"name": "Extension",
"source_files": "FunBox/Core/Code/Extension/**/*",
"dependencies": {
"FunBox/Main": [
]
}
},
{
"name": "Main",
"source_files": [
"FunBox/Core/Code/*",
"FunBox/Core/Code/Other/**/*"
]
},
{
"name": "Utils",
"source_files": "FunBox/Core/Code/Utils/**/*",
"dependencies": {
"FunBox/Extension": [
],
"FunBox/Main": [
]
}
},
{
"name": "UI",
"source_files": "FunBox/Core/Code/UI/**/*",
"dependencies": {
"FunBox/Extension": [
],
"FunBox/Main": [
]
}
},
{
"name": "Modules",
"subspecs": [
{
"name": "Networking",
"source_files": "FunBox/Modules/Networking/Code/**/*",
"dependencies": {
"FunBox/Core": [
],
"Alamofire": [
"~> 5.2.2"
]
}
},
{
"name": "FunUI",
"source_files": "FunBox/Modules/UI/Code/**/*",
"dependencies": {
"FunBox/Core": [
]
}
}
]
}
],
"swift_version": "5.0"
}