blob: e521ad247ab5da485e43f8d7c50ffac8c7dc35fa [file] [log] [blame]
{
"name": "Skafos",
"version": "2.0.1",
"summary": "Swift framework for the Skafos platform",
"description": "Swift platform for interacting with Skafos machine learning platform.",
"homepage": "https://metismachine.com",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Wess Cope": "wess@metismachine.com"
},
"platforms": {
"ios": "12.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"CoreML",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ZIPFoundation": [
"~> 0.9.8"
]
}
},
"source": {
"git": "https://github.com/metismachine/skafos_ios.git",
"tag": "2.0.1"
},
"swift_version": "4.2",
"libraries": "z",
"vendored_frameworks": "**/frameworks/Skafos.framework",
"static_framework": true
}