blob: 0d48418eeeaa8d0dea1d31c6115bfa2cfafecb69 [file] [log] [blame]
{
"name": "ChouTi",
"version": "0.7",
"summary": "ChouTi (抽屉) - A framework for Swift development.",
"description": "ChouTi (抽屉) - A framework for Swift development.\n\nThis is a project includes extended data structures, classes, extensions.",
"homepage": "https://github.com/Ch0uTi/ChouTi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HongHao Zhang": "me@honghaoz.com"
},
"source": {
"git": "https://github.com/Ch0uTi/ChouTi.git",
"tag": "0.7"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "12.0",
"tvos": "12.0"
},
"source_files": "Sources/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Quick": [
"~> 2.2"
],
"Nimble": [
"~> 8.0"
]
}
}
],
"swift_version": "5.0"
}