blob: a710eb97ba4dee2a600609c03868569242ae04d4 [file] [log] [blame]
{
"name": "SABlurImageView",
"version": "5.0.0",
"summary": "You can use blur effect and it's animation easily to call only two methods.",
"homepage": "https://github.com/marty-suzuki/SABlurImageView",
"license": "MIT",
"authors": {
"Taiki Suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/marty-suzuki/SABlurImageView.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/marty_suzuki",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"Accelerate"
]
},
"tvos": {
"frameworks": [
"UIKit",
"QuartzCore",
"Accelerate"
]
},
"osx": {
"frameworks": [
"AppKit",
"QuartzCore",
"Accelerate"
]
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "Sources/**/*.{swift}"
}