blob: 32f2fb8055d23a2ad996037c9b29c9f7d7b919d4 [file] [log] [blame]
{
"name": "RomanNumeralKit",
"version": "1.0.0",
"license": "MIT",
"summary": "First-class Roman numeral support for Swift.",
"homepage": "https://github.com/kylehughes/RomanNumeralKit",
"authors": "Kyle Hughes",
"source": {
"git": "https://github.com/kylehughes/RomanNumeralKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": "5.0",
"source_files": "Sources/RomanNumeralKit/**/*.swift",
"swift_version": "5.0"
}