blob: a1b299869b20d5fd74bd68913c567b64a722d3b3 [file] [log] [blame]
{
"name": "iOSCustomTransitions",
"version": "0.1.0",
"summary": "iOS Custom Transitions is a library that provides simpleUIViewController customized transition",
"description": "iOSCustomTransitions provides two beautiful customized UIViewController transitions to improve the app UX. To use custom transitions your UIViewController needs to conform to UIViewControllerTransitioningDelegate.",
"homepage": "https://github.com/charleslima/iOS-Custom-Transitions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"charleslima": "jlima.charles@gmail.com"
},
"source": {
"git": "https://github.com/charleslima/iOS-Custom-Transitions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSCustomTransitions/iOSCustomTransitions/Classes/*.{h,m,swift}",
"swift_version": "4.0"
}