[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 6.1.1 / SwrveSDK.podspec.json
blob609acc392bf2b54bc116ce6e65246fdb950a18c8
2   "name": "SwrveSDK",
3   "version": "6.1.1",
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.1.1"
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": "6.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.1.1"
35     ],
36     "SwrveConversationSDK": [
37       "6.1.1"
38     ]
39   },
40   "frameworks": [
41     "UIKit",
42     "QuartzCore",
43     "CFNetwork",
44     "StoreKit",
45     "Security",
46     "AVFoundation",
47     "CoreText"
48   ],
49   "ios": {
50     "weak_frameworks": "Contacts",
51     "frameworks": [
52       "MessageUI",
53       "CoreTelephony",
54       "CoreLocation",
55       "Contacts",
56       "AssetsLibrary",
57       "Photos",
58       "AddressBook",
59       "UserNotifications"
60     ]
61   },
62   "libraries": "sqlite3"