blob: 3d806ee720cae7ed2265382b09059b8f12e49a2e [file] [log] [blame]
{
"name": "Slyce-iOS-SDK",
"version": "2.4.2",
"summary": "Slyce iOS SDK",
"description": "The Slyce iOS SDK makes it easy to add visual search capabilities to mobile apps.",
"homepage": "https://github.com/Slyce-Inc/Slyce-iOS-SDK",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Slyce Inc.": "avital@slyce.it"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Slyce-Inc/Slyce-iOS-SDK.git",
"tag": "2.4.2"
},
"source_files": "SlyceSDK/SlyceSDK.framework/Versions/A/Headers/*.h",
"requires_arc": true,
"resources": "SlyceSDK/SlyceSDK.bundle",
"preserve_paths": [
"SlyceSDK/SlyceSDK.framework",
"SlyceSDK/SlyceSDK.bundle"
],
"libraries": "icucore",
"ios": {
"vendored_frameworks": "SlyceSDK/SlyceSDK.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
}
}