blob: 9faf95200438728747c35b36d003c40796c3f7c0 [file] [log] [blame]
{
"name": "SmartMachine",
"module_name": "SmartMachine",
"version": "0.2.3",
"summary": "Smart Machine",
"description": "Machine Learning Lib",
"homepage": "https://github.com/sroik/smart-machine",
"license": {
"type": "MIT",
"file": "LICENSE",
"text": "LICENSE"
},
"authors": {
"sroik": "vasili.kazhanouski@gmail.com"
},
"source": {
"git": "https://github.com/sroik/smart-machine.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "SmartMachine/Sources/**/*.{h,m,swift}",
"frameworks": "UIKit",
"dependencies": {
"Surge": [
"~> 2.2.0"
]
},
"swift_version": "5.0"
}