blob: ac9d440404b2d82477e5731f9ced02dee00e11f0 [file] [log] [blame]
{
"name": "IQGradientMaskView",
"version": "1.0.0",
"summary": "UIView subclass to show Gradient Mask on the top and bottom.",
"homepage": "http://github.com/hackiftekhar/IQGradientMaskView",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQGradientMaskView/master/Screenshot/screenshot.jpg",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hackiftekhar/IQGradientMaskView.git",
"tag": "v1.0.0"
},
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
],
"source_files": "IQGradientMaskView/*.{h,m}",
"requires_arc": true
}