blob: fcca1ac3d33a71f6b21c0ed0f040fa62d158ea12 [file] [log] [blame]
{
"name": "FunBox",
"version": "0.4.17",
"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.17"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FunBox/Core/Code/*",
"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/**/*"
],
"resource_bundles": {
"FunBox": [
"FunBox/Core/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,md}"
]
}
},
{
"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"
}