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] ZJSDK 2.5.8.16
[CocoaPods.git]
/
Specs
/
9
/
2
/
e
/
Aubergine
/
0.0.2
/
Aubergine.podspec.json
blob
3f05ae89c2e3cdc5bdaa0ae694aefaa756ae6453
1
{
2
"name": "Aubergine",
3
"version": "0.0.2",
4
"summary": "An iOS SDK for the Uber API",
5
"homepage": "https://github.com/tomj/Aubergine",
6
"license": "MIT",
7
"authors": {
8
"Tom Jowett": "tom@tomjowett.com"
9
},
10
"source": {
11
"git": "https://github.com/tomj/Aubergine.git",
12
"tag": "0.0.2"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "Classes/**/*",
19
"dependencies": {
20
"AFNetworking": [
21
"~> 2.4"
22
],
23
"Mantle": [
24
"~> 1.5.4"
25
]
26
}
27
}