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] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git]
/
Specs
/
f
/
c
/
b
/
BreakPoint
/
1.0.1
/
BreakPoint.podspec.json
blob
9a576325986a865fea4dfb61db2f225fb5c937b0
1
{
2
"name": "BreakPoint",
3
"version": "1.0.1",
4
"summary": "Objective-C断点续传",
5
"description": "Swift实现断点续传,Demo简单易懂,没有太多复杂模块和逻辑,完整体现断点续传的原理",
6
"homepage": "https://github.com/whde/BreakPoint",
7
"license": "MIT",
8
"authors": {
9
"Whde": "460290973@qq.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/whde/BreakPoint.git",
16
"tag": "1.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"BreakPoint/Whde/*"
21
],
22
"frameworks": [
23
"Foundation",
24
"UIKit"
25
],
26
"requires_arc": true
27
}