[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / c / 6 / CleverTap-iOS-SDK / 3.1.1 / CleverTap-iOS-SDK.podspec.json
blob6323bcf79c19b0dd2351c8310dafcdc102ee9e1f
2   "name": "CleverTap-iOS-SDK",
3   "version": "3.1.1",
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.1"
17   },
18   "documentation_url": "http://support.clevertap.com/",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
25   },
26   "default_subspecs": "Main",
27   "subspecs": [
28     {
29       "name": "Main",
30       "source_files": "CleverTapSDK.framework/Versions/A/Headers/*.h",
31       "frameworks": [
32         "SystemConfiguration",
33         "CoreTelephony",
34         "UIKit",
35         "CoreLocation"
36       ],
37       "ios": {
38         "vendored_frameworks": "CleverTapSDK.framework"
39       }
40     },
41     {
42       "name": "AppExtension",
43       "source_files": "CleverTapSDK.appex.framework/Versions/A/Headers/*.h",
44       "frameworks": [
45         "SystemConfiguration",
46         "UIKit",
47         "CoreLocation"
48       ],
49       "xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) CLEVERTAP_APP_EXTENSION"
51       },
52       "ios": {
53         "vendored_frameworks": "CleverTapSDK.appex.framework"
54       }
55     },
56     {
57       "name": "HostWatchOS",
58       "source_files": "CleverTapSDK.hostwatchos.framework/Versions/A/Headers/*.h",
59       "frameworks": [
60         "WatchConnectivity",
61         "WatchKit",
62         "SystemConfiguration",
63         "CoreTelephony",
64         "UIKit",
65         "CoreLocation"
66       ],
67       "xcconfig": {
68         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) CLEVERTAP_HOST_WATCHOS"
69       },
70       "ios": {
71         "vendored_frameworks": "CleverTapSDK.hostwatchos.framework"
72       }
73     }
74   ]