blob: 384c959537fa1c359ff76943e5743b4ce58484d9 [file] [log] [blame]
{
"name": "semver",
"version": "0.1.2",
"summary": "Swift Semantic Versioning Library",
"homepage": "https://github.com/weekwood/Semver.Swift.git",
"license": "MIT",
"authors": {
"di wu": "di.wu@me.com"
},
"source": {
"git": "https://github.com/weekwood/semver.swift.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SemverSwift/Semver.swift"
]
}