[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 5 / 9 / ACPMobileServices / 1.1.0 / ACPMobileServices.podspec.json
blobf24c79c45f466291065c6b28f953344ac14ec027
2   "name": "ACPMobileServices",
3   "version": "1.1.0",
4   "summary": "Mobile Services library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "The Mobile Services library provides APIs that allow use of the Mobile Services product in the Adobe Experience Platform SDK.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Adobe Experience Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.1.0-ACPMobileServices"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "xcframeworks",
21   "cocoapods_version": ">= 1.10",
22   "static_framework": true,
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.9.0"
26     ],
27     "ACPAnalytics": [
28       ">= 2.5.0"
29     ]
30   },
31   "deprecated": true,
32   "subspecs": [
33     {
34       "name": "xcframeworks",
35       "ios": {
36         "vendored_frameworks": "ACPMobileServices.xcframework",
37         "source_files": [
38           "ACPMobileServices.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
39           "include/*.m"
40         ],
41         "libraries": [
42           "sqlite3.0",
43           "z",
44           "c++"
45         ]
46       }
47     }
48   ]