blob: ef2027b1a690583a4233c67c18bc4e78a9db7c81 [file] [log] [blame]
{
"name": "AlbumFolks",
"version": "1.0.2",
"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.2"
},
"social_media_url": "https://twitter.com/correiask8",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"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"
]
}
}