[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / 8 / 5 / SwrveConversationSDK / 5.2.2 / SwrveConversationSDK.podspec.json
blob8655ddc1ee4e4790831e503e288019f9d598a3b1
2   "name": "SwrveConversationSDK",
3   "version": "5.2.2",
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": "5.2.2"
14   },
15   "social_media_url": "https://twitter.com/Swrve_Inc",
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "tvos": {
22     "pod_target_xcconfig": {
23       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
24     },
25     "user_target_xcconfig": {
26       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
27     },
28     "exclude_files": "**/*Conversation.storyboard"
29   },
30   "ios": {
31     "exclude_files": "**/*Conversation-tvos.storyboard"
32   },
33   "source_files": "SwrveConversationSDK/Conversation/**/*.{m,h}",
34   "public_header_files": "SwrveConversationSDK/Conversation/**/*.h",
35   "resources": "SwrveConversationSDK/Resources/**/*.*",
36   "dependencies": {
37     "SwrveSDKCommon": [
38       "5.2.2"
39     ]
40   },
41   "compiler_flags": "-DSWRVE_CONVERSATION_SDK"