blob: 3ab2b9844c25bbba84fd509f27425e67702da5b3 [file] [log] [blame]
{
"name": "AdobeBranchExtension",
"version": "1.2.3",
"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.2.3\\\"",
"source": {
"git": "https://github.com/BranchMetrics/AdobeBranchExtension-iOS.git",
"tag": "1.2.3"
},
"social_media_url": "https://twitter.com/branchmetrics",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": "AdobeBranchExtension/Classes/**/*",
"dependencies": {
"ACPCore": [
"~> 2.3"
],
"Branch": [
"~> 0.33"
]
}
}