| { |
| "name": "VersionCheck", |
| "version": "0.1.0", |
| "summary": "A version compare tool for fir.im, write in swift", |
| "description": "A version compare tool for iOS, write in swift, current support fir.im only.", |
| "homepage": "https://github.com/jokefaker/VersionCheck", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jokefaker": "jokefaker@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jokefaker/VersionCheck.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "VersionCheck/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |