blob: 27ddea5f851abbf706a3d821096c88609f744e66 [file] [log] [blame]
{
"name": "AlbumFolks",
"version": "0.2.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": {
"carloscorreia94": "carloscorreia94@gmail.com"
},
"source": {
"git": "https://github.com/carlosmouracorreia/AlbumFolksFetcher.git",
"tag": "0.2.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": [
],
"AlamofireObjectMapper": [
],
"AlamofireImage": [
],
"DynamicBlurView": [
"~> 2.0"
]
}
}