blob: 47908232b524721599a339b432c33a480b8f31b0 [file] [log] [blame]
{
"name": "FunBox",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "FunBox/Core/Code/**/*"
},
{
"name": "Modules",
"source_files": "FunBox/Modules/Main/**/*",
"dependencies": {
"FunBox/Core": [
]
},
"subspecs": [
{
"name": "Networking",
"source_files": "FunBox/Modules/Networking/Code/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2.2"
]
}
}
]
}
],
"swift_version": "5.0"
}