blob: 1ca8befca4005e1cdce0684fa03ddbadafff2981 [file] [log] [blame]
{
"name": "SWFSemanticVersion",
"version": "0.1.0",
"summary": "A mutable value object implementation of SemVer.",
"description": " Parses and compares strings that contain SemVer strings.\n",
"homepage": "http://samuelwford.com/swfsemanticversion/",
"license": "MIT",
"authors": {
"Samuel Ford": "samuel.ford@icloud.com"
},
"source": {
"git": "https://github.com/samuelwford/SWFSemanticVersion.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "SWFSemanticVersion/SWFSemanticVersion.*"
}