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