[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 5 / 9 / ACPMobileServices / 1.0.2 / ACPMobileServices.podspec.json
blobde1bf39df5703582bb1fcade213409da096aa63a
2   "name": "ACPMobileServices",
3   "version": "1.0.2",
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.2-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   "deprecated": true,
31   "subspecs": [
32     {
33       "name": "iOS",
34       "vendored_libraries": "libACPMobileServices_iOS.a",
35       "source_files": [
36         "include/*.h",
37         "include/Empty.m"
38       ]
39     }
40   ]