blob: 2a8c7779c14d40a2b583a55db8eb897205bdcf0f [file] [log] [blame]
{
"name": "FDLBuilder",
"version": "0.1.0",
"summary": "FDL(Firebase Dynamic Links) builder.",
"homepage": "https://github.com/sgr-ksmt/FDLBuilder",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/FDLBuilder.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FDLBuilder/Sources/*.swift",
"static_framework": true,
"dependencies": {
"Firebase/DynamicLinks": [
"~> 5.0"
]
}
}