blob: df6eb59aa00b2adab4473278b8e7a7d4752f4b1f [file] [log] [blame]
{
"name": "SwiftyAlgebra",
"version": "1.2",
"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.2"
},
"source_files": [
"Source",
"Source/**/*"
],
"swift_version": "4.0"
}