| { |
| "name": "WVCheckMark", |
| "version": "1.0.5", |
| "summary": "Animated status indicators.", |
| "homepage": "https://github.com/wvabrinskas/WVCheckMark.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "William Vabrinskas": "wvabrinskas@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/wvabrinskas/WVCheckMark.git", |
| "branch": "master", |
| "tag": "1.0.5" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| "source_files": "WVCheckMark/WVCheckMark.swift", |
| "requires_arc": true |
| } |