| { |
| "name": "MKGradients", |
| "version": "0.1.0", |
| "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.0" |
| }, |
| "social_media_url": "https://twitter.com/maheenkhalid", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "MKGradients": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |