blob: bfae887dd334aa19213ee675826f888017ced315 [file] [log] [blame]
{
"name": "BaseMVP",
"version": "0.0.1",
"summary": "BaseMVP is an MVP Base template used to simplifiy MVP Architectured Apps.",
"swift_versions": "4.2",
"description": "BaseMVP is an MVP Base template used to simplifiy MVP Architectured Apps, which can be implemented in a matter of seconds.",
"homepage": "https://github.com/Sanadbarjawi/BaseMVP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sanad Barjawi",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Sanadbarjawi/BaseMVP.git",
"branch": "master",
"tag": "0.0.1"
},
"ios": {
"vendored_frameworks": "output/BaseMVP.framework"
},
"exclude_files": "BaseMVP/**/*.plist",
"swift_version": "4.2"
}