[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 8.11.0 / SwrveSDK.podspec.json
blob7424b434ccb6ea947ee5cda98fe6fcb763785f27
2   "name": "SwrveSDK",
3   "version": "8.11.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.11.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     "SwrveSDK": [
34       "SwrveSDK/SDK/Resources/**/*.*"
35     ],
36     "SwrveConversationSDK": [
37       "SwrveConversationSDK/Resources/**/*.*"
38     ]
39   },
40   "dependencies": {
41     "SwrveSDKCommon": [
42       "8.11.0"
43     ],
44     "SDWebImage": [
45       "~> 5.0"
46     ]
47   },
48   "frameworks": [
49     "UIKit",
50     "QuartzCore",
51     "CFNetwork",
52     "StoreKit",
53     "Security",
54     "AVFoundation",
55     "CoreText"
56   ],
57   "ios": {
58     "frameworks": [
59       "MessageUI",
60       "CoreTelephony"
61     ],
62     "weak_frameworks": "UserNotifications"
63   },
64   "libraries": "sqlite3",
65   "swift_version": "5.0"