[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 1.0.2 / ACPCore.podspec.json
blobab6829e4b5995e99b328cd89bd7436dff5d217ac
2   "name": "ACPCore",
3   "version": "1.0.2",
4   "summary": "Core framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The core framework provides the foundation for the Adobe Experience Platform SDK.  Having the core framework installed is a pre-requisite for any other Adobe Experience Platform SDK extension to work.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Adobe Cloud Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.0.2-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "deprecated_in_favor_of": "AEPCore",
21   "subspecs": [
22     {
23       "name": "iOS",
24       "frameworks": "UIKit",
25       "vendored_frameworks": [
26         "ACPCore_iOS.framework",
27         "AdobeMarketingMobileCore.framework",
28         "ACPIdentity_iOS.framework",
29         "ACPLifecycle_iOS.framework",
30         "ACPSignal_iOS.framework"
31       ]
32     }
33   ]