blob: 671418e67f99cd585e5d6595f01286077e134099 [file] [log] [blame]
{
"name": "WCVersion",
"version": "0.0.6",
"summary": "Simple version number compare in major(.minor)?(.patch)? format",
"description": "Simple version number compare in major(.minor)?(.patch)? format\n\nSupports compare using ==, !=, >, >=, < and <=",
"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.6"
},
"source_files": "WCVersion/**/*.swift",
"dependencies": {
"WCExtensions": [
"~> 0.0.5"
]
},
"swift_version": "4.2"
}