blob: 4c8debe553581ff5a519ae6758b27c85b0b61f92 [file] [log] [blame]
{
"name": "ColaCup",
"version": "1.0.0",
"summary": "🥤 A tool for viewing logs. Use with RaLog.",
"description": "🥤 A tool for viewing logs. Use with RaLog.",
"homepage": "https://github.com/rakuyoMo/ColaCup",
"license": "MIT",
"authors": {
"Rakuyo": "rakuyo.mo@gmail.com"
},
"source": {
"git": "https://github.com/rakuyoMo/ColaCup.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"static_framework": true,
"module_name": "ColaCup",
"source_files": "ColaCup/ColaCup/Core/*/*",
"resource_bundles": {
"ColaCupBundle": [
"ColaCup/ColaCup/Other/*.xcassets"
]
},
"dependencies": {
"RaLog": [
],
"JSONPreview": [
]
},
"swift_version": "5.0"
}