blob: 41b2f398712e3c7a6c89f6369eb55a8625bfe192 [file] [log] [blame]
{
"name": "MarkovUnchained",
"version": "0.1.0",
"summary": "A simple, generic Markov chain implementation written in Swift.",
"homepage": "https://github.com/nebyark/markov-unchained",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Kray": "benkray@gmail.com"
},
"source": {
"git": "https://github.com/nebyark/markov-unchained.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nebyark",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "MarkovUnchained/Classes/**/*",
"swift_version": "5.0"
}