blob: bc31f8235ce6a9dd6ed02f969157a6ab04485221 [file] [log] [blame]
{
"name": "SAParallaxViewControllerSwift",
"version": "2.0.0",
"summary": "SAParallaxViewControllerSwift realizes parallax scrolling with blur effect. In addition, it realizes seamless opening transition.",
"homepage": "https://github.com/marty-suzuki/SAParallaxViewControllerSwift",
"license": "MIT",
"authors": {
"Taiki Suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/marty-suzuki/SAParallaxViewControllerSwift.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/marty_suzuki",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SAParallaxViewControllerSwift/*.{swift}",
"dependencies": {
"SABlurImageView": [
],
"MisterFusion": [
]
}
}