blob: accc410b5ebe22671d553d1b25be4db2274fcc1b [file] [log] [blame]
{
"name": "Shunter",
"version": "0.1.0",
"summary": "Feature flag manager for your application",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/chojnac/Shunter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wojciech Chojnacki": "me@chojnac.com"
},
"source": {
"git": "https://github.com/chojnac/Shunter.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "5.0"
}