[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / d / 5 / LastFm / 1.17.0 / LastFm.podspec.json
blobbc4d2c074d899a18f979aca3c210ca42aa8c26ca
2   "name": "LastFm",
3   "version": "1.17.0",
4   "summary": "Block based Last.fm SDK for iOS and Mac OS X.",
5   "homepage": "https://github.com/gangverk/LastFm",
6   "license": "MIT",
7   "authors": {
8     "Kevin Renskers": "info@mixedcase.nl"
9   },
10   "source": {
11     "git": "https://github.com/gangverk/LastFm.git",
12     "tag": "1.17.0"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8",
17     "tvos": "9.0"
18   },
19   "source_files": "LastFm/*.{h,m}",
20   "requires_arc": true,
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
23   },
24   "dependencies": {
25     "KissXML": [
26       "~> 5.0.3"
27     ]
28   }