blob: 5b34e42d52a7b8156a5b956371495566ad703556 [file] [log] [blame]
{
"name": "SBLibrary",
"version": "0.2.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.2.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"
}