| { |
| "name": "Versions", |
| "version": "0.1", |
| "summary": "Helping you find inner peace when comparing version numbers in Swift.", |
| "description": " * Helping you find inner peace when comparing version numbers in Swift.\n", |
| "homepage": "https://github.com/zenangst/Versions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Christoffer Winterkvist": "christoffer@winterkvist.com" |
| }, |
| "social_media_url": "https://twitter.com/zenangst", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/zenangst/Versions.git", |
| "tag": "0.1" |
| }, |
| "source_files": "Source/*.*", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |