blob: 74c2f6abe67e6d1865c959960708e66e69ddf615 [file] [log] [blame]
{
"name": "ChouTiUI",
"version": "0.6.3",
"summary": "ChouTiUI (抽屉UI) - A UI framework.",
"description": "ChouTiUI (抽屉UI) - A UI framework.\n\nThis is a project contains my common UI components.",
"homepage": "https://github.com/Ch0uTi/ChouTiUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HongHao Zhang": "me@honghaoz.com"
},
"source": {
"git": "https://github.com/Ch0uTi/ChouTiUI.git",
"tag": "0.6.3"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": [
"Sources/UI/LoadingMorphingLabel",
"Sources/UI/SlideController"
],
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"ChouTi": [
"~> 0.6"
]
},
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Quick": [
"~> 2.1"
],
"Nimble": [
"~> 8.0"
]
}
}
]
}