blob: 25a0dad7942211c2e136b53fdc0fef8254633975 [file] [log] [blame]
{
"name": "AdobeBranchExtension",
"version": "1.3.0",
"summary": "The Branch extension for Adobe Cloud Platform on iOS.",
"description": "#Add the power of Branch deep linking and attribution to your Adobe Marketing Cloud app.\n\n#With Branch's platform, mobile developers and marketers can leverage\n#their app content to improve discoverability and optimize mobile campaigns.",
"homepage": "https://github.com/BranchMetrics/AdobeBranchExtension-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Branch Metrics": "support@branch.io"
},
"compiler_flags": "-DADOBE_BRANCH_VERSION=@\\\"1.3.0\\\"",
"source": {
"git": "https://github.com/BranchMetrics/AdobeBranchExtension-iOS.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/branchmetrics",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": "AdobeBranchExtension/Classes/**/*",
"dependencies": {
"ACPCore": [
"~> 2.7"
],
"Branch": [
"~> 0.35"
]
}
}