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] CastledNotificationService 4.1.3
[CocoaPods.git]
/
Specs
/
a
/
c
/
d
/
GPUberView
/
0.2.1
/
GPUberView.podspec.json
blob
ea8aed1be7be586cbc57895ace9b2ec69f975d02
1
{
2
"name": "GPUberView",
3
"version": "0.2.1",
4
"summary": "Summon Uber from your app with 2 lines of code.",
5
"homepage": "https://github.com/gpolak/GPUberView",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"George Polak": "george.polak@gmail.com"
12
},
13
"platforms": {
14
"ios": "7.1"
15
},
16
"source": {
17
"git": "https://github.com/gpolak/GPUberView.git",
18
"tag": "0.2.1"
19
},
20
"source_files": "GPUberView",
21
"resources": [
22
"GPUberView/*.{xib}",
23
"GPUberView/*.{png}"
24
],
25
"requires_arc": true,
26
"dependencies": {
27
"AFNetworking": [
28
"~> 2.5"
29
],
30
"JSONModel": [
31
"~> 1.0"
32
],
33
"Bolts": [
34
"~> 1.1"
35
],
36
"SDWebImage": [
37
"~>3.6"
38
],
39
"PulsingHalo": [
40
41
],
42
"Masonry": [
43
"~> 0.6"
44
]
45
}
46
}