blob: b10f377942a623ce40c7103233b703962dcc57d0 [file] [log] [blame]
{
"name": "ColaCup",
"version": "2.0.0-beta.2",
"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": "2.0.0-beta.2"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"static_framework": true,
"module_name": "ColaCup",
"source_files": [
"ColaCup/ColaCup/Core/*/*",
"ColaCup/ColaCup/Core/*/*/*"
],
"resource_bundles": {
"ColaCupBundle": [
"ColaCup/ColaCup/Other/*.xcassets"
]
},
"dependencies": {
"RaLog": [
],
"JSONPreview": [
]
},
"swift_version": "5.0"
}