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] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git]
/
Specs
/
6
/
9
/
c
/
MySDK1
/
1.0.0
/
MySDK1.podspec.json
blob
e190da32ecd4bf3a038559efeeb3bb5aabc1d4df
1
{
2
"name": "MySDK1",
3
"version": "1.0.0",
4
"summary": "A really cool SDK that logs stuff.",
5
"homepage": "http://example.com/",
6
"authors": {
7
"Name": "sdk@example.com"
8
},
9
"license": {
10
"type": "Apache-2.0",
11
"file": "LICENSE"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/sreekanthrad/MySDK.git",
18
"tag": "1.0.0"
19
},
20
"ios": {
21
"vendored_frameworks": "MySDK.framework"
22
}
23
}