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] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
a
/
6
/
b
/
PQDemo
/
1.0.2
/
PQDemo.podspec.json
blob
8f74642b579636d3b580df7a904f27a99c1ecf81
1
{
2
"name": "PQDemo",
3
"version": "1.0.2",
4
"summary": "创建一个开源Demo",
5
"description": "开源库Demo,开源库创建步骤",
6
"homepage": "https://github.com/lingfeng33/PQDemo",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"lingfeng33": "237946843"
13
},
14
"source": {
15
"git": "https://github.com/lingfeng33/PQDemo.git",
16
"tag": "1.0.2"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "PQDemo/Classes/**/*",
22
"dependencies": {
23
"AFNetworking": [
24
"~> 2.3"
25
]
26
}
27
}