blob: e9ea668a2f49fa8e61326a384cff41960f186335 [file] [log] [blame]
{
"name": "ILTranslucentView",
"version": "0.1",
"license": "MIT",
"summary": "ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur effect.",
"description": "ILTranslucentView is a little subclass of UIView that provide native iOS 7+ blur (translucent) effect. It can be used on all iOS devices in real time without any performance problems. It also supports smooth UIView animation of color, frame, alpha etc.",
"authors": {
"ivoleko": "https://github.com/ivoleko"
},
"source": {
"git": "https://github.com/ivoleko/ILTranslucentView.git",
"tag": "0.1"
},
"homepage": "https://github.com/ivoleko/ILTranslucentView",
"platforms": {
"ios": "7.0"
},
"source_files": "Source",
"requires_arc": true
}