blob: ed69fadcb112c2f07cd6607fbf82c29ec8236936 [file] [log] [blame]
{
"name": "GeSwift",
"version": "0.0.9",
"summary": "GeSwift for my's ioser",
"homepage": "https://github.com/my1325/GeSwift.git",
"license": "MIT",
"platforms": {
"ios": "10.0"
},
"authors": {
"mayong": "ma.yong@vpclub.cn"
},
"source": {
"git": "https://github.com/my1325/GeSwift.git",
"tag": "0.0.9"
},
"swift_versions": "5.1",
"default_subspecs": [
"Core",
"UI",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/GeSwift/Core/*.{swift}"
},
{
"name": "UI",
"source_files": "Sources/GeSwift/UI/*.{swift}",
"dependencies": {
"GeSwift/Core": [
],
"GeSwift/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "Sources/GeSwift/Foundation/*.{swift}",
"dependencies": {
"GeSwift/Core": [
]
}
},
{
"name": "DataBase",
"source_files": "GeSwift/Ge/DataBase/*.{swift}",
"dependencies": {
"GeSwift/Core": [
],
"WCDB.swift": [
]
}
},
{
"name": "Control",
"source_files": "GeSwift/Ge/Control/**/*.{swift}",
"dependencies": {
"GeSwift/UI": [
],
"GeSwift/Foundation": [
],
"Schedule": [
],
"SnapKit": [
],
"Kingfisher": [
]
}
},
{
"name": "Codable",
"source_files": "Sources/GeSwift/Codable/*.{swift}",
"dependencies": {
"GeSwift/Foundation": [
]
}
},
{
"name": "LocationTask",
"source_files": "Sources/GeSwift/LocationTask/*.{swift}"
}
],
"swift_version": "5.1"
}