blob: 13b799a211ccd91fcde8e65bfe8e5451329641b5 [file] [log] [blame]
{
"name": "Tetris",
"version": "0.7.1",
"summary": "A short description of Tetris.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/scubers/_Tetris",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jr-wong": "jr-wong@qq.com"
},
"source": {
"git": "https://github.com/scubers/_Tetris.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Tetris/Classes/Core/**/*"
},
{
"name": "Swift",
"source_files": "Tetris/Classes/Swift/**/*",
"dependencies": {
"Tetris/Core": [
]
}
},
{
"name": "Rx",
"source_files": "Tetris/Classes/Rx/**/*",
"dependencies": {
"Tetris/Swift": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.1"
}