[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 8 / 5 / SwrveConversationSDK / 5.3.1 / SwrveConversationSDK.podspec.json
blob60a52183ec9eea3de95ba064d0a8d8c9a68ae3b9
2   "name": "SwrveConversationSDK",
3   "version": "5.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": "5.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": "6.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   "resources": "SwrveConversationSDK/Resources/**/*.*",
37   "dependencies": {
38     "SwrveSDKCommon": [
39       "5.3.1"
40     ]
41   },
42   "compiler_flags": "-DSWRVE_CONVERSATION_SDK"