blob: 05d5031e4a707b3cdb22687adc1cc506bf67dc8b [file] [log] [blame]
{
"name": "MarkovModel",
"version": "1.0.2",
"summary": "Micro Feature",
"description": "MarkovModel is a Swift framework that uses the power of Markov Model to process and calculate states in a known system.",
"homepage": "http://blog.db-in.com/",
"documentation_url": "https://db-in.github.io/MarkovModel/",
"license": {
"type": "GPU",
"file": "LICENSE"
},
"authors": "Diney Bomfim",
"source": {
"git": "https://github.com/db-in/MarkovModel.git",
"tag": "1.0.2",
"submodules": true
},
"swift_version": "4.1",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"public_header_files": "MarkovModel/**/*.h",
"source_files": "MarkovModel/**/*.{h,m,swift}",
"exclude_files": "MarkovModel/**/Info.plist",
"ios": {
"frameworks": "Foundation"
}
}