blob: 14f08fa1d8ca961915e0a3480f5599df8e8e9393 [file] [log] [blame]
{
"name": "DeepPanel",
"version": "0.0.1",
"summary": "Panels' segmentaiton made easy with artificial intelligence",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/pedrovgs/DeepPaneliOS",
"authors": "Pedro Vicente Gómez Sánchez",
"social_media_url": "https://twitter.com/pedro_g_s",
"source": {
"git": "https://github.com/pedrovgs/DeepPaneliOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "Foundation",
"dependencies": {
"TensorFlowLiteSwift": [
]
},
"static_framework": true,
"swift_versions": "5.0",
"requires_arc": true,
"public_header_files": "DeepPanel/**/*.{h}",
"source_files": [
"DeepPanel/**/*.{h,m,mm,swift}",
"Native/**/*{hpp,cpp}"
],
"resources": "DeepPanel/**/*.{tflite}",
"libraries": "c++",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/Native"
},
"swift_version": "5.0"
}