[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 6 / CleverTap-iOS-SDK / 3.1.3 / CleverTap-iOS-SDK.podspec.json
bloba55380f303a6712577326f5bd7f70bcba597e9e6
2   "name": "CleverTap-iOS-SDK",
3   "version": "3.1.3",
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.3"
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   },
26   "default_subspecs": "Main",
27   "subspecs": [
28     {
29       "name": "Main",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "frameworks": [
34         "SystemConfiguration",
35         "CoreTelephony",
36         "UIKit",
37         "CoreLocation"
38       ],
39       "ios": {
40         "vendored_frameworks": "CleverTapSDK.framework"
41       }
42     },
43     {
44       "name": "HostWatchOS",
45       "platforms": {
46         "ios": "8.0"
47       },
48       "frameworks": [
49         "WatchConnectivity",
50         "WatchKit"
51       ],
52       "dependencies": {
53         "CleverTap-iOS-SDK/Main": [
55         ]
56       }
57     },
58     {
59       "name": "AppEx",
60       "platforms": {
61         "ios": "10.0"
62       },
63       "frameworks": [
64         "SystemConfiguration",
65         "UIKit",
66         "CoreLocation"
67       ],
68       "ios": {
69         "vendored_frameworks": "CleverTapAppEx.framework"
70       }
71     },
72     {
73       "name": "tvOS",
74       "platforms": {
75         "tvos": "9.0"
76       },
77       "frameworks": [
78         "SystemConfiguration",
79         "UIKit",
80         "Foundation"
81       ],
82       "vendored_frameworks": "CleverTapTVOS.framework"
83     }
84   ]