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
/
a
/
b
/
SDKTest1
/
1.0.0
/
SDKTest1.podspec.json
blob
60759e992a53108e0a5783ca3a7de751dba76249
1
{
2
"name": "SDKTest1",
3
"version": "1.0.0",
4
"summary": "A test SDK",
5
"homepage": "http://example.com/",
6
"authors": {
7
"Ariel Malka": "info@chronotext.org"
8
},
9
"license": {
10
"type": "Apache-2.0",
11
"file": "LICENSE"
12
},
13
"platforms": {
14
"ios": "10.0"
15
},
16
"source": {
17
"http": "http://chronotext.org/lab/sdk/1.0.0/SDKTest1.zip"
18
},
19
"ios": {
20
"vendored_frameworks": "SDKTest1.framework"
21
}
22
}