blob: 78fbc00811e9d5d4d36607a80b909605bb1613a8 [file] [log] [blame]
{
"name": "Moves",
"version": "1.1.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"
},
"source": {
"git": "https://github.com/leojkwan/Moves.git",
"tag": "1.1.0"
},
"source_files": [
"Moves",
"Moves/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"dependencies": {
"MiniObservable": [
"~> 1.1.0"
]
},
"pushed_with_swift_version": "3.0"
}