[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / c / 7 / AdobeMobileSDK / 4.5.2 / AdobeMobileSDK.podspec.json
blob1bb7543f6205fe0735472e01defe9c0979fbc551
2   "name": "AdobeMobileSDK",
3   "version": "4.5.2",
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 Marketing 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.\n",
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.5.2-cocoapod"
15   },
16   "source_files": "AdobeMobileLibrary/*.h",
17   "preserve_paths": [
18     "AdobeMobileLibrary/libAdobeMobile.a",
19     "AdobeMobileLibrary/ADBMobileConfig.json"
20   ],
21   "frameworks": [
22     "UIKit",
23     "SystemConfiguration"
24   ],
25   "libraries": [
26     "AdobeMobile",
27     "sqlite3.0"
28   ],
29   "requires_arc": false,
30   "xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AdobeMobileSDK/AdobeMobileLibrary\""
32   }