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