blob: d5cb7e789fcd82d7c7c309302dfc94113d18b017 [file] [log] [blame]
{
"name": "ChouTi",
"version": "0.6.0",
"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.6.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Quick": [
"~> 2.1"
],
"Nimble": [
"~> 8.0"
]
}
}
]
}