blob: 63bfc508ea584f8097b830552532670014658971 [file] [log] [blame]
{
"name": "SBLibrary",
"version": "0.4.2",
"summary": "A lightweight Basic library of Swift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ShenYj/SBLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShenYj": "shenyanjie123@foxmail.com"
},
"source": {
"git": "https://github.com/ShenYj/SBLibrary.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": [
"Core",
"UI"
],
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"SBLibrary/Classes/Core/*.swift",
"SBLibrary/Classes/Core/Protocol/*.swift"
],
"frameworks": "Foundation"
},
{
"name": "UI",
"source_files": [
"SBLibrary/Classes/UI",
"SBLibrary/Classes/UI/Protocol"
],
"frameworks": "UIKit"
}
],
"swift_version": "5.3"
}