blob: 9a576325986a865fea4dfb61db2f225fb5c937b0 [file] [log] [blame]
{
"name": "BreakPoint",
"version": "1.0.1",
"summary": "Objective-C断点续传",
"description": "Swift实现断点续传,Demo简单易懂,没有太多复杂模块和逻辑,完整体现断点续传的原理",
"homepage": "https://github.com/whde/BreakPoint",
"license": "MIT",
"authors": {
"Whde": "460290973@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/whde/BreakPoint.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"BreakPoint/Whde/*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}