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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
7
/
f
/
c
/
A
/
0.1.0
/
A.podspec.json
blob
bdb1f2b567b52797e0d08dcd1839edee0e5825f5
1
{
2
"name": "A",
3
"version": "0.1.0",
4
"summary": "blah",
5
"homepage": "https://github.com/corinnekrych/A",
6
"license": "Apache 2.0",
7
"authors": "corinne krych",
8
"source": {
9
"git": "https://github.com/corinnekrych/A.git",
10
"tag": "0.1.0"
11
},
12
"platforms": {
13
"ios": 8.0
14
},
15
"source_files": "A/*.{h,swift}",
16
"dependencies": {
17
"DiffMatchPatch": [
18
19
]
20
}
21
}