blob: a365719a3382f9cd544fefaacbc7bbb01556cc7c [file] [log] [blame]
{
"name": "MathTestLib",
"version": "0.0.1",
"summary": "Library to help with basic algebra",
"description": "Library can be used to add and subtract two numbers as well as find the 'n'th term of fibonacci",
"homepage": "https://rbcgithub.fg.rbc.com/328055413/MathTestLib",
"license": "RBC",
"authors": {
"Steve Brundage": "stephen.brundage@rbc.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://rbcgithub.fg.rbc.com/328055413/MathTestLib.git",
"tag": "0.0.1"
},
"source_files": "MathTestLib/**/*.swift",
"swift_version": "5.0"
}