[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 6.7.0 / SwrveSDK.podspec.json
blob035c931fb1c81fb14f2b5bcd6df0c39296998dd0
2   "name": "SwrveSDK",
3   "version": "6.7.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": "6.7.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": "8.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "tvos": {
23     "pod_target_xcconfig": {
24       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
25     },
26     "user_target_xcconfig": {
27       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
28     }
29   },
30   "source_files": "SwrveSDK/SDK/**/*.{m,h}",
31   "public_header_files": "SwrveSDK/SDK/**/*.h",
32   "dependencies": {
33     "SwrveSDKCommon": [
34       "6.7.0"
35     ],
36     "SwrveConversationSDK": [
37       "6.7.0"
38     ]
39   },
40   "frameworks": [
41     "UIKit",
42     "QuartzCore",
43     "CFNetwork",
44     "StoreKit",
45     "Security",
46     "AVFoundation",
47     "CoreText"
48   ],
49   "ios": {
50     "frameworks": [
51       "MessageUI",
52       "CoreTelephony"
53     ],
54     "weak_frameworks": "UserNotifications"
55   },
56   "libraries": "sqlite3"