[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / AlbumFolks / 0.3.0 / AlbumFolks.podspec.json
blob221c5876005c90d3a1245ca515e7bbfd392dd1df
2   "name": "AlbumFolks",
3   "version": "0.3.0",
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.3.0"
17   },
18   "social_media_url": "https://twitter.com/correiask8",
19   "platforms": {
20     "ios": "9.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": [
36     ],
37     "ObjectMapper": [
38       "~> 3.3.0"
39     ],
40     "AlamofireObjectMapper": [
42     ],
43     "AlamofireImage": [
45     ],
46     "DynamicBlurView": [
47       "~> 2.0"
48     ]
49   }