repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git]
/
Specs
/
7
/
d
/
5
/
LastFm
/
1.1.0
/
LastFm.podspec.json
blob
2981418a67707403803734f9e2ea12311fc3e484
1
{
2
"name": "LastFm",
3
"version": "1.1.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.1.0"
13
},
14
"platforms": {
15
"ios": "4.0",
16
"osx": "10.6"
17
},
18
"source_files": "LastFm/*.{h,m}",
19
"requires_arc": true,
20
"dependencies": {
21
"KissXML": [
22
"~> 5.0"
23
]
24
}
25
}