[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / 7 / AdobeMobileSDK / 4.21.0 / AdobeMobileSDK.podspec.json
blob71d57d09df2caccb869d31e0ae359c816128ad84
2   "name": "AdobeMobileSDK",
3   "version": "4.21.0",
4   "summary": "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK.",
5   "description": "The Adobe Experience Cloud Mobile libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Test&Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe AudienceManager.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/releases",
7   "license": {
8     "type": "Commercial",
9     "text": "Adobe Systems Incorporated All Rights Reserved"
10   },
11   "authors": "Adobe Mobile SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/mobile-services.git",
14     "tag": "v4.21.0-cocoapod"
15   },
16   "cocoapods_version": ">= 1.10",
17   "default_subspecs": "iOS",
18   "platforms": {
19     "osx": null,
20     "ios": null,
21     "tvos": null,
22     "watchos": null
23   },
24   "subspecs": [
25     {
26       "name": "iOS",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "source_files": [
31         "AdobeMobileLibrary/ADBMobile.h",
32         "AdobeMobileLibrary/Empty.m"
33       ],
34       "vendored_frameworks": "AdobeMobileLibrary/AdobeMobile.xcframework",
35       "frameworks": [
36         "UIKit",
37         "SystemConfiguration",
38         "WebKit"
39       ],
40       "libraries": "sqlite3.0"
41     },
42     {
43       "name": "Extension",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "source_files": [
48         "AdobeMobileLibrary/ADBMobile.h",
49         "AdobeMobileLibrary/Empty.m"
50       ],
51       "vendored_frameworks": "AdobeMobileLibrary/AdobeMobileExtension.xcframework",
52       "frameworks": [
53         "UIKit",
54         "SystemConfiguration",
55         "WebKit"
56       ],
57       "libraries": "sqlite3.0"
58     },
59     {
60       "name": "WatchOS2",
61       "platforms": {
62         "watchos": "2.0"
63       },
64       "source_files": [
65         "AdobeMobileLibrary/ADBMobile.h",
66         "AdobeMobileLibrary/Empty.m"
67       ],
68       "vendored_frameworks": "AdobeMobileLibrary/AdobeMobileWatch.xcframework",
69       "libraries": "sqlite3.0"
70     },
71     {
72       "name": "TVOS",
73       "platforms": {
74         "tvos": "9.0"
75       },
76       "source_files": [
77         "AdobeMobileLibrary/ADBMobile.h",
78         "AdobeMobileLibrary/Empty.m"
79       ],
80       "vendored_frameworks": "AdobeMobileLibrary/AdobeMobileTV.xcframework",
81       "frameworks": [
82         "UIKit",
83         "SystemConfiguration"
84       ],
85       "libraries": "sqlite3.0"
86     }
87   ]