blob: 8710add4b3ac5e5fd62423c172b73c6fb2bcec3e [file] [log] [blame]
{
"name": "Music",
"version": "0.2.0",
"summary": "A music client for playing SoundCloud and Youtube music.",
"description": "'A music client for playing SoundCloud and Youtube music.'",
"homepage": "https://github.com/cf-L/Music",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cf-L": "linchangfeng@live.com"
},
"source": {
"git": "https://github.com/cf-L/Music.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Music/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"XCDYouTubeKit": [
"~> 2.7.1"
],
"RealmSwift": [
"~> 3.11.2"
],
"SDWebImage": [
"~> 4.4.2"
],
"SwiftyJSON": [
"~> 4.2.0"
]
}
}