blob: 6e31d30eac32c273f9c5644af81fbf878ff05c72 [file] [log] [blame]
{
"name": "Skafos",
"version": "1.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"
]
}
},
"source": {
"git": "https://github.com/metismachine/skafos_ios.git",
"tag": "1.0.1"
},
"swift_version": "4.2",
"libraries": "z",
"vendored_frameworks": "**/frameworks/Skafos.framework",
"static_framework": true
}