| { |
| "name": "UIView+Shimmer", |
| "version": "1.0.0", |
| "summary": "UIView+Shimmer is a super-lightweight category that adds a shimmering effect to any UIView.", |
| "description": " UIView+Shimmer is a super-lightweight category that adds a shimmering effect to any UIView, without the need for wrappers, nor layout and touch-handling voodoo.\n", |
| "homepage": "https://github.com/markiv/UIView-Shimmer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vikram Kriplaney": "vikram@iphonso.com" |
| }, |
| "social_media_url": "http://twitter.com/krips", |
| "platforms": { |
| "ios": "3.0" |
| }, |
| "source": { |
| "git": "https://github.com/markiv/UIView-Shimmer.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "requires_arc": true |
| } |