[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 10.1.0 / SwrveSDK.podspec.json
blobf3e73405d02757c755375e83150c254c089f1459
2   "name": "SwrveSDK",
3   "version": "10.1.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": "10.1.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": "12.0",
19     "tvos": "12.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "source_files": [
24     "SwrveSDK/SDK/**/*.{m,h}",
25     "SwrveSDKSwift/**/*.{swift}"
26   ],
27   "public_header_files": "SwrveSDK/SDK/**/*.h",
28   "resource_bundles": {
29     "SwrveSDK": [
30       "SwrveSDK/SDK/Resources/**/*.*"
31     ]
32   },
33   "dependencies": {
34     "SwrveSDKCommon": [
35       "10.1.0"
36     ],
37     "SDWebImage": [
38       "~> 5.0"
39     ]
40   },
41   "frameworks": [
42     "UIKit",
43     "QuartzCore",
44     "CFNetwork",
45     "StoreKit",
46     "Security",
47     "AVFoundation",
48     "CoreText"
49   ],
50   "ios": {
51     "frameworks": [
52       "MessageUI",
53       "CoreTelephony"
54     ],
55     "weak_frameworks": "UserNotifications"
56   },
57   "libraries": "sqlite3",
58   "swift_version": "5.0"