blob: f8f7fa3e3182a3abc12bdcd0ef5a70c3841d8222 [file] [log] [blame]
{
"name": "WCVersion",
"version": "0.0.5",
"summary": "Simple version number compare in MAJOR(.MINOR)?(.PATCH)? format",
"description": "Simple version number compare in MAJOR(.MINOR)?(.PATCH)? format written in swift",
"homepage": "https://github.com/guhungry/ios-version",
"license": "MIT",
"authors": {
"Woraphot Chokratanasombat": "guhungry@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guhungry/ios-version.git",
"tag": "0.0.5"
},
"source_files": "WCVersion/**/*.swift",
"dependencies": {
"WCExtensions": [
"~> 0.0.5"
]
},
"swift_version": "4.2"
}