[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / f / 5 / 9 / ACPMobileServices / 1.0.0 / ACPMobileServices.podspec.json
blobf069a8a7f7ddc75b3f0a54fa687830508857f787
2   "name": "ACPMobileServices",
3   "version": "1.0.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.0.0-ACPMobileServices"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "static_framework": true,
22   "dependencies": {
23     "ACPCore": [
24       "~> 2.1.1"
25     ],
26     "ACPAnalytics": [
27       "~> 2.0.3"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "iOS",
33       "vendored_libraries": "libACPMobileServices_iOS.a",
34       "source_files": [
35         "include/*.h",
36         "include/Empty.m"
37       ]
38     }
39   ]