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