blob: b75e736766f38febf8dc3ada20eaae9503a544ea [file] [log] [blame]
{
"name": "ViSearchSDK",
"version": "1.5.0",
"summary": "A Visual Search API solution (Swift SDK)",
"description": "ViSearch is a Visual Recognition Service API developed by ViSenze Pte. Ltd.\nThis Swift SDK provides a quick way to integrate with the ViSearch API.",
"homepage": "https://github.com/visenze/visearch-sdk-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ngo Hung": "hung@visenze.com"
},
"source": {
"git": "https://github.com/visenze/visearch-sdk-swift.git",
"tag": "1.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViSearchSDK/ViSearchSDK/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"ViSenzeAnalytics": [
"~> 0.1"
]
},
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}