blob: fcbb7f1c4fdb55088e8c51f5587987cb7fd26bbc [file] [log] [blame]
{
"name": "AEPCore",
"version": "3.2.1",
"summary": "Core library for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe.",
"description": "The core library provides the foundation for the Adobe Experience Platform SDK. Having the core library installed is a pre-requisite for any other Adobe Experience Platform SDK extension to work.",
"homepage": "https://github.com/adobe/aepsdk-core-ios",
"license": "Apache V2",
"authors": "Adobe Experience Platform SDK Team",
"source": {
"git": "https://github.com/adobe/aepsdk-core-ios",
"tag": "3.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"pod_target_xcconfig": {
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
},
"dependencies": {
"AEPRulesEngine": [
"1.0.1"
],
"AEPServices": [
"3.2.1"
]
},
"source_files": "AEPCore/Sources/**/*.swift",
"swift_version": "5.1"
}