blob: e8a38fc74f7acb1fb66010036400ae76e70dbcd2 [file] [log] [blame]
{
"name": "AlbumFolks",
"version": "0.3.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": "0.3.1"
},
"social_media_url": "https://twitter.com/correiask8",
"platforms": {
"ios": "9.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": {
"Alamofire": [
],
"ObjectMapper": [
"~> 3.3.0"
],
"AlamofireObjectMapper": [
],
"AlamofireImage": [
],
"DynamicBlurView": [
"~> 2.0"
]
}
}