blob: aaa527895d0bd95f13e290bf9ac953c349e58d8d [file] [log] [blame]
{
"name": "LiquidTransition",
"version": "1.1.0",
"summary": "Animated transitions make simple",
"description": "LiquidTransition helps to you build transition between view controllers. \nYou still perform animation like before and have full manual acces for animation.\nLiqud",
"homepage": "https://github.com/AlexandrGraschenkov/LiquidTransition",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexander Graschenkov": "alexandr.graschenkov91@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/AlexandrGraschenkov/LiquidTransition.git",
"tag": "1.1.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "Liquid/**/*.{swift}",
"swift_version": "4.2"
}