blob: 014e652a84f1c427442a84e4b10766000c6e5d75 [file] [log] [blame]
{
"name": "FZBuildingBlock",
"version": "0.1.0",
"summary": "提供开发中最基础的功能组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/FranZhou/FZBuildingBlock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FranZhou": "fairytale_zf@outlook.com"
},
"source": {
"git": "https://github.com/FranZhou/FZBuildingBlock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"static_framework": true,
"swift_version": "5.0",
"subspecs": [
{
"name": "Extensions",
"source_files": "FZBuildingBlock/Extensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
{
"name": "Observer",
"source_files": "FZBuildingBlock/Observer/Classes/**/*",
"frameworks": "Foundation"
},
{
"name": "Tools",
"source_files": "FZBuildingBlock/Tools/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"resources": "FZBuildingBlock/Tools/Resources/**/*",
"preserve_paths": "FZBuildingBlock/Tools/Resources/Tools.modulemap",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/FZBuildingBlock/Tools/Resources"
}
},
{
"name": "Views",
"source_files": "FZBuildingBlock/Views/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"FZBuildingBlock/Extensions": [
]
}
},
{
"name": "Router",
"source_files": "FZBuildingBlock/Router/Classes/**/*",
"frameworks": "Foundation"
}
]
}