blob: 452311fb1f177a7daa94d38666810f6204a2aa10 [file] [log] [blame]
{
"name": "semver",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Semver.swift"
]
}