blob: 5012c27c09cbf56ecd53a22637707f4b8de6433b [file] [log] [blame]
{
"name": "CLKBlurNavigationController",
"version": "0.2.0",
"summary": "A re-implementation of UIViewController that provides for OS-independent blur behind each screen",
"homepage": "https://github.com/Clinkle/CLKBlurNavigationController",
"license": "MIT",
"authors": {
"tsheaff": "tyler@clinkle.com"
},
"source": {
"git": "https://github.com/Clinkle/CLKBlurNavigationController.git",
"tag": "0.2.0"
},
"dependencies": {
"CLKParametricAnimations": [
"~> 0.1.0"
],
"FrameAccessor": [
"~> 1.3.2"
],
"FXBlurView": [
"~> 1.6.3"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}