[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / AlbumFolks / 0.5 / AlbumFolks.podspec.json
blob8483fea7937a3b2eb4f20e97a2dab001e76c8500
2   "name": "AlbumFolks",
3   "version": "0.5",
4   "summary": "Track information fetcher from LastFM API.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/carlosmouracorreia/AlbumFolksFetcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "carlosmouracorreia": "pm.correia.carlos@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/carlosmouracorreia/AlbumFolksFetcher.git",
16     "tag": "0.5"
17   },
18   "social_media_url": "https://twitter.com/correiask8",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "AlbumFolks/Classes/**/*",
24   "resource_bundles": {
25     "AlbumFolks": [
26       "AlbumFolks/Assets/*",
27       "AlbumFolks/Assets/Main.storyboard",
28       "AlbumFolks/Assets/AlbumCell.xib",
29       "AlbumFolks/Assets/ArtistCell.xib",
30       "AlbumFolks/Assets/ArtistInfoHeaderCell.xib"
31     ]
32   },
33   "dependencies": {
34     "Alamofire": [
35       "~> 5.0.0.beta.1"
36     ],
37     "ObjectMapper": [
39     ],
40     "Kingfisher": [
42     ],
43     "DynamicBlurView": [
44       "~> 2.0"
45     ]
46   }