[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / f / 9 / a / RomanNumeralConverter / 1.1.2 / RomanNumeralConverter.podspec.json
blob7b900372e38f91b4694bd4756ea6960db332e4e5
2   "name": "RomanNumeralConverter",
3   "version": "1.1.2",
4   "summary": "Convert a number to its Roman numeral representation.",
5   "description": "Pass in a number between 1 and 5000 to have it converted to its Roman numeral representation.",
6   "homepage": "https://github.com/donnywdavis/RomanNumeralConverter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Donny Davis": "donnywdavis@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/donnywdavis/RomanNumeralConverter.git",
16     "tag": "v1.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "RomanNumeralConverter/Classes/**/*"