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