blob: ec326dede7da4131116cd994ac711ed7f45d265f [file] [log] [blame]
{
"name": "UIDevice+BlurEnabled",
"version": "0.1",
"authors": {
"Alexey Aleshkov": "djmadcat@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/djmadcat/UIDevice-BlurEnabled",
"summary": "UIDevice category to check whether blur is enabled.",
"source": {
"git": "https://github.com/djmadcat/UIDevice-BlurEnabled.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "UIDevice+BlurEnabled/*.{h,m}",
"dependencies": {
"UIView-JTViewToImage": [
"~> 0.1"
],
"OBShapedButton": [
"~> 1.0.2"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}