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