[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 3 / e / SwrveSDK / 5.2.1 / SwrveSDK.podspec.json
blobdc54be7169768887124cb01848eebc6cdb7269ea
2   "name": "SwrveSDK",
3   "version": "5.2.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": "5.2.1"
14   },
15   "social_media_url": "https://twitter.com/Swrve_Inc",
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "tvos": {
22     "pod_target_xcconfig": {
23       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
24     },
25     "user_target_xcconfig": {
26       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWRVE_NO_PUSH"
27     }
28   },
29   "source_files": "SwrveSDK/SDK/**/*.{m,h}",
30   "public_header_files": "SwrveSDK/SDK/**/*.h",
31   "dependencies": {
32     "SwrveSDKCommon": [
33       "5.2.1"
34     ],
35     "SwrveConversationSDK": [
36       "5.2.1"
37     ]
38   },
39   "frameworks": [
40     "UIKit",
41     "QuartzCore",
42     "CFNetwork",
43     "StoreKit",
44     "Security",
45     "AVFoundation",
46     "CoreText"
47   ],
48   "ios": {
49     "weak_frameworks": "Contacts",
50     "frameworks": [
51       "MessageUI",
52       "CoreTelephony",
53       "CoreLocation",
54       "Contacts",
55       "AssetsLibrary",
56       "Photos",
57       "AddressBook",
58       "UserNotifications"
59     ]
60   },
61   "libraries": "sqlite3"