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] LastFM.swift 1.5.0
[CocoaPods.git]
/
Specs
/
b
/
e
/
1
/
LSDrupalSDK
/
0.1.0
/
LSDrupalSDK.podspec.json
blob
6f410fb13893ba4d42325040ee2961216dd143dd
1
{
2
"name": "LSDrupalSDK",
3
"version": "0.1.0",
4
"summary": "Drupal 8 iOS SDK",
5
"description": "\t\t\t#Drupal 8 iOS SDK\n",
6
"homepage": "http://drupalsdk.com",
7
"license": "MIT",
8
"authors": {
9
"Oleg Stasula": "oleg.stasula@lemberg.co.uk"
10
},
11
"source": {
12
"git": "https://github.com/lemberg/d8iossdk.git",
13
"tag": "0.1.0"
14
},
15
"platforms": {
16
"ios": "7.0"
17
},
18
"requires_arc": true,
19
"source_files": "Classes",
20
"dependencies": {
21
"AFNetworking": [
22
"~> 2.0"
23
]
24
}
25
}