blob: 6dbe869b5e5940076d0e1fd325cdf29ae031638b [file] [log] [blame]
{
"name": "ShowcaseKit",
"version": "1.1.2",
"summary": "Embrace Showcase Driven Development with ease :)",
"description": "ShowcaseKit is a way to embed easily some view controllers in your application in order to showcase what you've done.\n\nYou can showcase simple views with dummy data as well as you can showcase complete flows. It's all up to you.\n\nThe general idea is to be able to showcase something your working on before you finish the whole feature, that way you can still merge it in your mainline branch - that's what we call real Continuous Integration.",
"homepage": "https://github.com/heetch/ShowcaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jérôme Alves": "j.alves@me.com"
},
"social_media_url": "",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/heetch/ShowcaseKit.git",
"tag": "1.1.2"
},
"source_files": "Sources/**/*",
"swift_versions": "5.0",
"frameworks": "Foundation",
"swift_version": "5.0"
}