[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 7 / 6 / 5 / SENTSDK / 5.14.0 / SENTSDK.podspec.json
blobbfbed44144750fa7e58cd6206da2fe6e1029b351
2   "name": "SENTSDK",
3   "version": "5.14.0",
4   "summary": "Sentiance Platform helps to improve your app's user experience by learning and anticipating key moments that matter for end users.",
5   "description": "First, GPS and motion sensor data from a user's phone or IOT devices is collected via our SDK. Once the data is collected, we turn this into valuable insights about the user, grouped into EVENTS, MOMENTS, and SEGMENTS. In other words, we give you an understanding of where the user likes to go, what the user likes to do, and provide an insight into the persona of the user.",
6   "homepage": "https://docs.sentiance.com",
7   "changelog": "https://github.com/sentiance/documentation/blob/1.0.1/sdk/changelog/ios.md",
8   "license": {
9     "type": "Copyright",
10     "text": "Copyright 2021 Sentiance"
11   },
12   "authors": {
13     "Sentiance Inc": "dev@sentiance.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "vendored_frameworks": "SENTSDK.xcframework",
19   "source": {
20     "http": "https://sentiance-u1-sdk-downloads.s3-eu-west-1.amazonaws.com/ios/frameworks/SENTSDK-thin-5.14.0.xcframework.zip"
21   },
22   "frameworks": [
23     "SystemConfiguration",
24     "MobileCoreServices",
25     "CoreMotion",
26     "CoreLocation",
27     "Foundation",
28     "CallKit",
29     "CoreTelephony",
30     "CoreData"
31   ],
32   "libraries": "z",
33   "resources": "**/SENTSDK.bundle",
34   "requires_arc": true,
35   "xcconfig": {
36     "OTHER_CFLAGS": "-fembed-bitcode",
37     "OTHER_LDFLAGS": "-lz -lc++",
38     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SENTSDK/**\""
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "dependencies": {
47     "TensorFlowLiteC": [
48       "~> 2.7.0"
49     ]
50   }