blob: ec7fd46995a59ead02f9f491b6a569ec4cf8abd1 [file] [log] [blame]
{
"name": "SwiftyAlgebra",
"version": "1.5",
"summary": "Algebra implemented in Swift",
"description": "Provides set of tools for managing numbers in Swift.",
"homepage": "https://github.com/igormatyushkin014/SwiftyAlgebra",
"screenshots": "https://github.com/igormatyushkin014/SwiftyAlgebra/raw/master/Images/logo_2048_600.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Matyushkin": "igormatyushkin014@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/igormatyushkin014/SwiftyAlgebra.git",
"tag": "1.5"
},
"source_files": [
"Source",
"Source/**/*"
],
"swift_version": "4.0"
}