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] AWSTranscribeStreaming 2.38.0
[CocoaPods.git]
/
Specs
/
1
/
d
/
5
/
Card
/
1.0.0
/
Card.podspec.json
blob
58458c9cdab8cd05eea8726b8f5595f78c47947e
1
{
2
"name": "Card",
3
"version": "1.0.0",
4
"summary": "A Card Scroll View",
5
"homepage": "https://github.com/Qmzy/Card",
6
"license": "MIT",
7
"platforms": {
8
"ios": "6.0"
9
},
10
"authors": {
11
"Qmzy": "email@address.com"
12
},
13
"source": {
14
"git": "https://github.com/Qmzy/Card.git",
15
"tag": "1.0.0"
16
},
17
"source_files": [
18
"Card",
19
"Card/Card/Card/*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"Masonry": [
24
"~> 0.6.2"
25
]
26
}
27
}