| { |
| "name": "ACPAcquisition", |
| "version": "2.0.0", |
| "summary": "Acquisition library for Adobe Experience Platform SDK. Written and maintained by Adobe.", |
| "description": "The Acquisition library provides APIs that allow use of the Acquisition product in the Adobe Experience Platform SDK.", |
| "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases", |
| "license": { |
| "type": "Commercial", |
| "file": "LICENSE.md" |
| }, |
| "authors": "Adobe Experience Platform SDK Team", |
| "source": { |
| "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git", |
| "tag": "v2.0.0-ACPAcquisition" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "iOS", |
| "static_framework": true, |
| "dependencies": { |
| "ACPCore": [ |
| "~> 2.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "iOS", |
| "vendored_libraries": "libACPAcquisition_iOS.a", |
| "source_files": [ |
| "include/*.h", |
| "include/Empty.m" |
| ] |
| } |
| ] |
| } |