[Add] YIM 2.5.0
[CocoaPods.git] / Specs / 7 / 6 / 5 / SENTSDK / 5.9.0 / SENTSDK.podspec.json
blobd06815b53a535c43c0a163ee15cb3e934ad3beeb
2   "name": "SENTSDK",
3   "version": "5.9.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   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 Sentiance"
10   },
11   "authors": {
12     "Sentiance Inc": "dev@sentiance.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "vendored_frameworks": [
18     "SENTSDK.xcframework",
19     "SENTSDK.xcframework/Frameworks/TensorFlowLiteC.framework"
20   ],
21   "source": {
22     "http": "https://sentiance-u1-sdk-downloads.s3-eu-west-1.amazonaws.com/ios/frameworks/SENTSDK-5.9.0.xcframework.zip"
23   },
24   "frameworks": [
25     "SystemConfiguration",
26     "MobileCoreServices",
27     "CoreMotion",
28     "CoreLocation",
29     "Foundation",
30     "CallKit",
31     "CoreTelephony",
32     "CoreData"
33   ],
34   "libraries": "z",
35   "resources": "**/SENTSDK.bundle",
36   "requires_arc": true,
37   "xcconfig": {
38     "OTHER_CFLAGS": "-fembed-bitcode",
39     "OTHER_LDFLAGS": "-lz -all_load -lc++",
40     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SENTSDK/**\""
41   },
42   "pod_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "user_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47   }