blob: 3ffcb9c65ffd08c7c1001dcaccb626b26b04e1ce [file] [log] [blame]
{
"name": "DiscreteMathematics",
"version": "1.1.0",
"summary": "Discrete Mathematics algorithms.",
"description": "A collection of implementations of various concepts from Discrete Mathematics.",
"homepage": "https://github.com/cszatma/DiscreteMathematics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Szatmary": "cs@christopherszatmary.com"
},
"source": {
"git": "https://github.com/cszatma/DiscreteMathematics.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}