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] FCService 0.0.61-fc
[CocoaPods.git]
/
Specs
/
7
/
1
/
8
/
MyOcr
/
0.1.0
/
MyOcr.podspec.json
blob
5dfa8d4c73833359f76e427097d76a11aac6a491
1
{
2
"name": "MyOcr",
3
"version": "0.1.0",
4
"summary": "demo.",
5
"description": "for practise!",
6
"homepage": "https://github.com/mmzyang/OCR",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"mmzyang": "mmzyang@sina.com"
13
},
14
"source": {
15
"git": "https://github.com/mmzyang/OCR.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "10.0"
20
},
21
"source_files": "MyOcr/Classes/**/*",
22
"frameworks": [
23
"UIKit",
24
"MapKit"
25
],
26
"dependencies": {
27
"Then": [
28
29
]
30
}
31
}