blob: f9d2b1c927bce607c8c0c585223b70c8d3c47478 [file] [log] [blame]
{
"name": "Flagger",
"version": "3.0.0",
"summary": "Flagger in Swift.",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"description": "A Swift framework for Flagger.",
"homepage": "https://airdeploy.io",
"license": "MIT",
"authors": {
"Engineering": "engineering@airdeploy.io"
},
"source": {
"git": "https://github.com/airdeploy/flagger-ios.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Flagger/*.{swift,h}",
"static_framework": true,
"vendored_frameworks": "FlaggerGoWrapper.framework",
"swift_version": "5.1"
}