[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / c / 6 / CleverTap-iOS-SDK / 3.1.6 / CleverTap-iOS-SDK.podspec.json
blob31d6fae17d1cef97295b9799a89bb44b24d3d934
2   "name": "CleverTap-iOS-SDK",
3   "version": "3.1.6",
4   "summary": "The CleverTap iOS SDK for App Personalization and Engagement.",
5   "description": "CleverTap is the next generation app engagement platform. It enables marketers to identify, engage and retain users and provides developers with unprecedented code-level access to build dynamic app experiences for multiple user groups. CleverTap includes out-of-the-box prescriptive campaigns, omni-channel messaging, uninstall data and the industry’s largest FREE messaging tier.",
6   "homepage": "https://github.com/CleverTap/clevertap-ios-sdk",
7   "license": {
8     "type": "Commercial",
9     "text": "Please refer to https://github.com/CleverTap/clevertap-ios-sdk/blob/master/LICENSE"
10   },
11   "authors": {
12     "CleverTap": "http://www.clevertap.com"
13   },
14   "source": {
15     "git": "https://github.com/CleverTap/clevertap-ios-sdk.git",
16     "tag": "3.1.6"
17   },
18   "documentation_url": "http://support.clevertap.com/",
19   "requires_arc": true,
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
22   },
23   "platforms": {
24     "tvos": "9.0",
25     "ios": "8.0",
26     "watchos": "2.0"
27   },
28   "default_subspecs": "Main",
29   "subspecs": [
30     {
31       "name": "Main",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "frameworks": [
36         "SystemConfiguration",
37         "CoreTelephony",
38         "UIKit",
39         "CoreLocation"
40       ],
41       "ios": {
42         "vendored_frameworks": "CleverTapSDK.framework"
43       }
44     },
45     {
46       "name": "HostWatchOS",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "frameworks": [
51         "WatchConnectivity",
52         "WatchKit"
53       ],
54       "dependencies": {
55         "CleverTap-iOS-SDK/Main": [
57         ]
58       }
59     },
60     {
61       "name": "AppEx",
62       "platforms": {
63         "ios": "8.0"
64       },
65       "frameworks": [
66         "SystemConfiguration",
67         "UIKit",
68         "CoreLocation"
69       ],
70       "ios": {
71         "vendored_frameworks": "CleverTapAppEx.framework"
72       }
73     },
74     {
75       "name": "tvOS",
76       "platforms": {
77         "tvos": "9.0"
78       },
79       "frameworks": [
80         "SystemConfiguration",
81         "UIKit",
82         "Foundation"
83       ],
84       "vendored_frameworks": "CleverTapTVOS.framework"
85     }
86   ]