[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / f / 5 / OndatoSDK / 1.8.18 / OndatoSDK.podspec.json
blob670d6121873fc561ecc10f97dc3096f735a80a8a
2   "name": "OndatoSDK",
3   "version": "1.8.18",
4   "platforms": {
5     "ios": "12.0"
6   },
7   "summary": "Ondato iOS SDK",
8   "license": "Apache-2.0",
9   "homepage": "https://github.com/ondato/ondato-sdk-ios",
10   "authors": {
11     "Ondato": "info@ondato.com"
12   },
13   "source": {
14     "git": "git@github.com:ondato/ondato-sdk-ios.git",
15     "tag": "1.8.18"
16   },
17   "pod_target_xcconfig": {
18     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
19   },
20   "ios": {
21     "vendored_frameworks": [
22       "OndatoSDK.framework",
23       "FaceTecSDK.framework"
24     ]
25   },
26   "dependencies": {
27     "SwiftyTesseract": [
28       "~> 3.1.3"
29     ],
30     "OpenSSL-Universal": [
31       "1.1.180"
32     ]
33   },
34   "script_phases": {
35     "name": "Strip unused architectures",
36     "script": "bash \"${PODS_ROOT}/OndatoSDK/FaceTecSDK.framework/strip-unused-architectures-from-target.sh\"\n"
37   }