blob: e7d9dc8761365c21b58b9429801b5d67fd0bf94d [file] [log] [blame]
{
"name": "MKGradients",
"version": "0.1.1",
"summary": "Add different gradients on UIView.",
"description": "This CocoaPods is used to add gradient backgrounds on UIView's. You can add gradients along X and Y axis.",
"homepage": "https://github.com/maheenkhalid/MKGradients",
"license": "MIT",
"authors": {
"Maheen Khalid": "maheenkhalid08@gmail.com"
},
"source": {
"git": "https://github.com/maheenkhalid/MKGradients.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/maheenkhalid",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKGradients": [
"Pod/Assets/*.png"
]
}
}