blob: 1b88dc554ed525c7e15115fb37f50736196d29d1 [file] [log] [blame]
{
"name": "Moves",
"version": "1.7.0",
"summary": "A custom view controller transition manager with animatable subviews",
"description": "A custom view controller transition manager with animatable subviews. Make subviews leap in context from one view controller to the next",
"homepage": "https://github.com/leojkwan/Moves",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo Kwan": "leojkwan@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/leojkwan/Moves.git",
"tag": "1.7.0"
},
"source_files": [
"Moves",
"Moves/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"dependencies": {
"MiniObservable": [
"~> 1.6.1"
]
},
"swift_version": "5.0"
}