blob: 10937d53d7b12247db48feff2eeffef6f060433d [file] [log] [blame]
{
"name": "SwiftBrick",
"version": "1.0.5",
"summary": "工具类组件.",
"description": "工具.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/SwiftBrick.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
]
},
"resource_bundles": {
"SwiftBrick": [
"SwiftBrick/Class/*.xcassets"
]
},
"subspecs": [
{
"name": "Util",
"source_files": "SwiftBrick/Class/Util/**/*"
},
{
"name": "Extensions",
"dependencies": {
"SwiftBrick/Util": [
]
},
"source_files": "SwiftBrick/Class/Extensions/**/*"
},
{
"name": "BaseCell",
"dependencies": {
"SwiftBrick/Extensions": [
]
},
"source_files": "SwiftBrick/Class/BaseCell/**/*"
},
{
"name": "BaseVC",
"dependencies": {
"SwiftBrick/Util": [
],
"SwiftBrick/BaseCell": [
],
"SwiftBrick/Extensions": [
]
},
"source_files": "SwiftBrick/Class/BaseVC/**/*"
},
{
"name": "ViewFactory",
"source_files": "SwiftBrick/Class/ViewFactory/**/*"
}
],
"swift_version": "5.2"
}