[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 9 / Slyce-iOS-SDK / 2.3 / Slyce-iOS-SDK.podspec.json
blob47deb590ef97467965da8507d627486b0ad6b86b
2   "name": "Slyce-iOS-SDK",
3   "version": "2.3",
4   "summary": "Slyce iOS SDK",
5   "description": "The Slyce iOS SDK makes it easy to add visual search capabilities to mobile apps.",
6   "homepage": "https://github.com/Slyce-Inc/Slyce-iOS-SDK",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Slyce Inc.": "avital@slyce.it"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Slyce-Inc/Slyce-iOS-SDK.git",
19     "tag": "2.3"
20   },
21   "source_files": "SlyceSDK/SlyceSDK.framework/Versions/A/Headers/*.h",
22   "requires_arc": true,
23   "resources": "SlyceSDK/SlyceSDK.bundle",
24   "preserve_paths": [
25     "SlyceSDK/SlyceSDK.framework",
26     "SlyceSDK/SlyceSDK.bundle"
27   ],
28   "libraries": "icucore",
29   "ios": {
30     "vendored_frameworks": "SlyceSDK/SlyceSDK.framework"
31   },
32   "xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC",
34     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
35   }