blob: d361dfcf73349fc39fb3e0cd511b74039274f287 [file] [log] [blame]
{
"name": "AlbumFolks",
"version": "1.0.1",
"summary": "Track information fetcher from LastFM API.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/carlosmouracorreia/AlbumFolksFetcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"carlosmouracorreia": "pm.correia.carlos@gmail.com"
},
"source": {
"git": "https://github.com/carlosmouracorreia/AlbumFolksFetcher.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/correiask8",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "AlbumFolks/Classes/**/*",
"resource_bundles": {
"AlbumFolks": [
"AlbumFolks/Assets/*",
"AlbumFolks/Assets/Main.storyboard",
"AlbumFolks/Assets/AlbumCell.xib",
"AlbumFolks/Assets/ArtistCell.xib",
"AlbumFolks/Assets/ArtistInfoHeaderCell.xib"
]
},
"dependencies": {
"AlamofireObjectMapper": [
"6.0.0"
],
"ObjectMapper": [
],
"Kingfisher": [
],
"PopupDialog": [
"0.9.2"
]
}
}