blob: 086d59ec68cd38c9e30e9815d2171838b796fc98 [file] [log] [blame]
{
"name": "CustomPresenter",
"version": "0.2.0",
"summary": "Custom view controller transitioning implementation",
"description": "CustomPresenter provides a straighforward implementation of custom view controller transitioning for presentation and dismissal. It provides control over timing, background and metrics of presented view controller.",
"homepage": "https://github.com/azubala/CustomPresenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azubala": "alek@zubala.com"
},
"source": {
"git": "https://github.com/azubala/CustomPresenter.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/alekzubala",
"platforms": {
"ios": "8.0"
},
"source_files": "CustomPresenter/Classes/**/*",
"swift_version": "4.0"
}