| { |
| "name": "UVCardView", |
| "version": "0.1.2", |
| "summary": "This is a simple Cocoapod for creating CardView in iOS.", |
| "description": "\"This is a simple Cocoapod for creating CardView in iOS. Its provide some basic extension and subclassing for UIKit for UI Designs.\"", |
| "homepage": "https://github.com/umeshiscreative/UVCardView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Umesh": "umeshiscreative@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/umeshiscreative/UVCardView.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "UVCardView/Classes/*.swift", |
| "frameworks": "UIKit" |
| } |