blob: db2827e63b20170f821495ef167dac351588d300 [file] [log] [blame]
{
"name": "Lava",
"version": "0.0.1",
"summary": "A simple SDK that provides music data.",
"description": "A simple SDK that provides music data.\nThe data structure is as follows👇\n|-Radio (radio_id, radio_name, channels)\n|--Channel (channel_id, channel_name, pic_url, programs)\n|---Program (program_id, program_name, pic_url, songs)\n|----Song (song_id, song_name, artist_name, album_name, pic_url)",
"homepage": "https://github.com/songjiaqiang/Lava",
"screenshots": [
"https://raw.githubusercontent.com/SongJiaqiang/EvoRadio/master/screenshots/v0.2/01-Now.png",
"https://raw.githubusercontent.com/SongJiaqiang/EvoRadio/master/screenshots/v0.2/02-Programs.png",
"https://raw.githubusercontent.com/SongJiaqiang/EvoRadio/master/screenshots/v0.2/03-Songs.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sjq2150@gmail.com": "sjq2150@gmail.com"
},
"source": {
"git": "https://github.com/songjiaqiang/Lava.git",
"tag": "0.0.1"
},
"social_media_url": "https://songjiaqiang.github.io",
"platforms": {
"ios": "8.0"
},
"source_files": "Lava/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"ObjectMapper": [
"~> 3.4.0"
]
}
}