blob: e9d72af580bba615b6660867164a1c5a2563ad47 [file] [log] [blame]
{
"name": "MLFairy",
"version": "0.0.2",
"summary": "Better understand your CoreML models",
"homepage": "https://www.mlfairy.com",
"license": {
"type": "GPLv3",
"file": "License.txt"
},
"authors": {
"MLFairy": "support@mlfairy.com"
},
"source": {
"git": "https://github.com/mlfairy/mlfairy.git",
"tag": "0.0.2"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.mlfairy.sdk"
},
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
],
"MLFSupport": [
]
},
"osx": {
"dependencies": {
"MLFPromisesSwift": [
"~> 1.2.8"
]
}
},
"ios": {
"dependencies": {
"PromisesSwift": [
"~> 1.2.8"
]
}
},
"tvos": {
"dependencies": {
"PromisesSwift": [
"~> 1.2.8"
]
}
},
"frameworks": [
"Foundation",
"Security"
],
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "MLFairy/Source"
}
]
}