blob: 5817beb9268f4d35f22f5195f20b6e0e240e9502 [file] [log] [blame]
{
"name": "KABlurTransition",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KABlurTransition/Classes/**/*"
}