[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / AdobeMobileSDK / 4.17.0 / AdobeMobileSDK.podspec.json
blobec5f40f47cc0b93b07b34da4ce0b8f7453b9a7ef
2   "name": "AdobeMobileSDK",
3   "version": "4.17.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.17.0-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       ],
31       "libraries": "sqlite3.0",
32       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile.a"
33     },
34     {
35       "name": "Extension",
36       "platforms": {
37         "ios": "5.0"
38       },
39       "source_files": [
40         "AdobeMobileLibrary/*.h",
41         "AdobeMobileLibrary/Empty.m"
42       ],
43       "frameworks": [
44         "UIKit",
45         "SystemConfiguration"
46       ],
47       "libraries": "sqlite3.0",
48       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_extension.a"
49     },
50     {
51       "name": "WatchOS2",
52       "platforms": {
53         "watchos": "2.0"
54       },
55       "source_files": [
56         "AdobeMobileLibrary/*.h",
57         "AdobeMobileLibrary/Empty.m"
58       ],
59       "libraries": "sqlite3.0",
60       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_watch.a"
61     },
62     {
63       "name": "TVOS",
64       "platforms": {
65         "tvos": "9.0"
66       },
67       "source_files": [
68         "AdobeMobileLibrary/*.h",
69         "AdobeMobileLibrary/Empty.m"
70       ],
71       "frameworks": [
72         "UIKit",
73         "SystemConfiguration"
74       ],
75       "libraries": "sqlite3.0",
76       "vendored_libraries": "AdobeMobileLibrary/libAdobeMobile_TV.a"
77     }
78   ]