blob: 7d07cbaad585e25005df230d7019b57e1215759e [file] [log] [blame]
{
"name": "MatchaTea",
"version": "0.2.0",
"swift_version": "5.0",
"summary": "Matcha is Framework that can get parameters from URL Path.",
"homepage": "https://github.com/cats-oss/Matcha",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/cats-oss/Matcha.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": "Matcha/**/*.{h,swift}",
"requires_arc": true
}