| { | |
| "name": "LastFm", | |
| "version": "1.8.0", | |
| "summary": "Block based Last.fm SDK for iOS and Mac OS X.", | |
| "homepage": "https://github.com/gangverk/LastFm", | |
| "license": "MIT", | |
| "authors": { | |
| "Kevin Renskers": "info@mixedcase.nl" | |
| }, | |
| "source": { | |
| "git": "https://github.com/gangverk/LastFm.git", | |
| "tag": "1.8.0" | |
| }, | |
| "platforms": { | |
| "ios": "4.0", | |
| "osx": "10.6" | |
| }, | |
| "source_files": "LastFm/*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "KissXML": [ | |
| "~> 5.0" | |
| ] | |
| } | |
| } |