blob: d76163d29d64d3f94cf2c5cc3cdc2c9c7bf45156 [file] [log] [blame]
{
"name": "SemanticVersioning",
"version": "1.0.0-beta",
"license": {
"type": "MIT"
},
"summary": "Elegant Semantic Versioning in Swift",
"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": "v1.0.0-beta"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Source/*.swift"
}