[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 8 / 5 / SwrveConversationSDK / 6.3.1 / SwrveConversationSDK.podspec.json
blob78a39577d6c7d7291042690ac60e8ae04d7ba767
2   "name": "SwrveConversationSDK",
3   "version": "6.3.1",
4   "summary": "iOS Conversation SDK for Swrve.",
5   "homepage": "http://www.swrve.com",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "SwrveConversationSDK/LICENSE"
9   },
10   "authors": "Swrve Mobile Inc or its licensors",
11   "source": {
12     "git": "https://github.com/Swrve/swrve-ios-sdk.git",
13     "tag": "6.3.1"
14   },
15   "social_media_url": "https://twitter.com/Swrve_Inc",
16   "documentation_url": "https://docs.swrve.com/developer-documentation/integration/ios/",
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "tvos": {
23     "pod_target_xcconfig": {
24       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
25     },
26     "user_target_xcconfig": {
27       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
28     },
29     "exclude_files": "**/*Conversation.storyboard"
30   },
31   "ios": {
32     "exclude_files": "**/*Conversation-tvos.storyboard"
33   },
34   "source_files": "SwrveConversationSDK/Conversation/**/*.{m,h}",
35   "public_header_files": "SwrveConversationSDK/Conversation/**/*.h",
36   "resource_bundles": {
37     "SwrveConversationSDK": [
38       "SwrveConversationSDK/Resources/**/*.*"
39     ]
40   },
41   "dependencies": {
42     "SwrveSDKCommon": [
43       "6.3.1"
44     ]
45   },
46   "compiler_flags": "-DSWRVE_CONVERSATION_SDK"