blob: 7dfe1e3afe79dc83abb1f5c22a222241fe413a80 [file] [log] [blame]
{
"name": "ViSearchSDK",
"version": "1.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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"ViSearchSDK",
"ViSearchSDK/ViSearchSDK/**/*.{h,m,swift}"
],
"requires_arc": true
}