blob: cfefa58f88d323ad9f11dc5611bdc55eb066a628 [file] [log] [blame]
{
"name": "Roman",
"version": "1.0.0",
"summary": "Seamless Roman numeral conversion in Swift.",
"homepage": "https://github.com/nvzqz/Roman",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Nikolai Vazquez",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/Roman.git",
"tag": "v1.0.0"
},
"source_files": "Sources/*.swift"
}