| { | |
| "name": "Roman", | |
| "version": "1.1.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.1.0" | |
| }, | |
| "source_files": "Sources/*.swift" | |
| } |