blob: e7fdde0e79ea77bc74d75a69202a3bee4783a72c [file] [log] [blame]
{
"name": "KABlurTransition",
"version": "0.1.0",
"summary": "KABlurTransition is a UIViewController and UINavigationController category that replicates the iOS realtime background blur effect.",
"description": "ABlurTransition is a UIViewController and UINavigationController category that replicates the iOS realtime background blur effect, KABlurTransition offser two methods 'pushVC:animated:(BOOL)animated' and 'presentVC:animated:completion:'. Just use them when you want to push or present a view controller.",
"homepage": "https://github.com/kaine0320/KABlurTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Hung": "abcalexgm@outlook.com"
},
"source": {
"git": "https://github.com/kaine0320/KABlurTransition.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KABlurTransition/Classes/**/*"
}