blob: fe46062fea73ccaa3689b05fbb9d4bd64ae89a4e [file] [log] [blame]
{
"name": "SemanticVersioning",
"version": "3.0.0",
"license": {
"type": "MIT"
},
"summary": "Elegant Semantic Versioning in Swift 5",
"homepage": "https://github.com/AlexanderNey/SemanticVersioning",
"social_media_url": "http://twitter.com/Ajax64",
"authors": {
"Alexander Ney": "alexander.ney@me.com"
},
"source": {
"git": "https://github.com/AlexanderNey/SemanticVersioning.git",
"branch": "master",
"tag": "v3.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13"
},
"swift_versions": "5.0",
"source_files": "Source/*.swift",
"swift_version": "5.0"
}