[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 7 / AdobeMobileSDK / 4.19.3 / AdobeMobileSDK.podspec.json
blob49dae0bf8b68a6dd70c436fb5c3d26eb60a4b03d
2   "name": "AdobeMobileSDK",
3   "version": "4.19.3",
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.19.3-cocoapod"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "default_subspecs": "iOS",
20   "subspecs": [
21     {
22       "name": "iOS",
23       "source_files": [
24         "AdobeMobileLibrary/*.h",
25         "AdobeMobileLibrary/Empty.m"
26       ],
27       "frameworks": [
28         "UIKit",
29         "SystemConfiguration",
30         "WebKit"
31       ],
32       "libraries": "sqlite3.0",
33       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile.a"
34     },
35     {
36       "name": "Extension",
37       "platforms": {
38         "ios": "5.0"
39       },
40       "source_files": [
41         "AdobeMobileLibrary/*.h",
42         "AdobeMobileLibrary/Empty.m"
43       ],
44       "frameworks": [
45         "UIKit",
46         "SystemConfiguration",
47         "WebKit"
48       ],
49       "libraries": "sqlite3.0",
50       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_extension.a"
51     },
52     {
53       "name": "WatchOS2",
54       "platforms": {
55         "watchos": "2.0"
56       },
57       "source_files": [
58         "AdobeMobileLibrary/*.h",
59         "AdobeMobileLibrary/Empty.m"
60       ],
61       "libraries": "sqlite3.0",
62       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_watch.a"
63     },
64     {
65       "name": "TVOS",
66       "platforms": {
67         "tvos": "9.0"
68       },
69       "source_files": [
70         "AdobeMobileLibrary/*.h",
71         "AdobeMobileLibrary/Empty.m"
72       ],
73       "frameworks": [
74         "UIKit",
75         "SystemConfiguration"
76       ],
77       "libraries": "sqlite3.0",
78       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_TV.a"
79     }
80   ]