blob: 713893ca8cca372ca9668a9091d1731b58b0ee87 [file] [log] [blame]
{
"name": "Kana",
"version": "1.1.0",
"summary": "An utitity Swift package to generate Japanese basic characters or convert between Katakana, Hiragana, and Romaji",
"homepage": "https://github.com/anhmv/Kana",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anh Mac": "anhmv91@gmail.com"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/anhmv/Kana.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}