blob: 70b0bf8eb79c3e988d08a6aea51d16a07aa0de09 [file] [log] [blame]
{
"name": "Semver.swift",
"version": "1.2.0",
"license": "MIT",
"summary": "Semantic Versioning implementation in Swift",
"homepage": "https://github.com/glwithu06/Semver.swift",
"authors": {
"Nate Kim": "glwithu06@gmail.com"
},
"frameworks": "Foundation",
"source": {
"git": "https://github.com/glwithu06/Semver.swift.git",
"tag": "1.2.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}