blob: ef66b87b3bd9f831bb3b16e5e9887881a3879869 [file] [log] [blame]
{
"name": "BBTransitionManager",
"version": "0.3",
"summary": "A simple wrapper around the UIPresentionController API. Just subclass and go",
"homepage": "https://github.com/BenjaminBriggs/BBTransitionManager",
"screenshots": "https://raw.githubusercontent.com/BenjaminBriggs/BBTransitionManager/master/Demo.gif",
"license": "Apache License, Version 2.0",
"authors": {
"Benjamin Briggs": "ben.briggs@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BenjaminBriggs/BBTransitionManager.git",
"branch": "master",
"tag": "0.3"
},
"source_files": [
"BBTransitionManager/BBTransitionManager.swift",
"BBTransitionManager/BBModalInsetTransition.swift"
]
}