blob: ec8793495d655710b8e4fd7711c98b5364944036 [file] [log] [blame]
{
"name": "Melody",
"version": "0.0.1",
"source_files": "Code/*.swift",
"summary": "Generate Apple Music URLs for tracks.",
"homepage": "https://github.com/neonichu/Melody",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "boris@buegling.com"
},
"social_media_url": "http://twitter.com/NeoNacho",
"source": {
"git": "https://github.com/neonichu/Melody.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Decodable": [
"~> 0.3.2"
]
},
"test_specification": {
"source_files": "Tests/*.swift",
"dependencies": {
"Spectre": [
"~> 0.5.0"
]
}
},
"deprecated": true
}