[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 8.9.0 / SwrveSDK.podspec.json
blob0d7f13c56e64b23f8d7de1338023ff480a8c1425
2   "name": "SwrveSDK",
3   "version": "8.9.0",
4   "summary": "iOS SDK for Swrve.",
5   "homepage": "http://www.swrve.com",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "SwrveSDK/LICENSE"
9   },
10   "authors": "Swrve Mobile Inc or its licensors",
11   "source": {
12     "git": "https://github.com/Swrve/swrve-ios-sdk.git",
13     "tag": "8.9.0"
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": "9.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "source_files": [
24     "SwrveConversationSDK/Conversation/**/*.{m,h}",
25     "SwrveSDK/SDK/**/*.{m,h}",
26     "SwrveSDKSwift/*.{swift}"
27   ],
28   "public_header_files": [
29     "SwrveConversationSDK/Conversation/**/*.h",
30     "SwrveSDK/SDK/**/*.h"
31   ],
32   "resource_bundles": {
33     "SwrveConversationSDK": [
34       "SwrveConversationSDK/Resources/**/*.*"
35     ]
36   },
37   "dependencies": {
38     "SwrveSDKCommon": [
39       "8.9.0"
40     ],
41     "SDWebImage": [
42       "~> 5.0"
43     ]
44   },
45   "frameworks": [
46     "UIKit",
47     "QuartzCore",
48     "CFNetwork",
49     "StoreKit",
50     "Security",
51     "AVFoundation",
52     "CoreText"
53   ],
54   "ios": {
55     "frameworks": [
56       "MessageUI",
57       "CoreTelephony"
58     ],
59     "weak_frameworks": "UserNotifications"
60   },
61   "libraries": "sqlite3",
62   "swift_version": "5.0"