blob: f74b8268033f4053982cb5889f1d8324ea111a0f [file] [log] [blame]
{
"name": "Tiercel",
"version": "2.0.0",
"swift_version": "4.2",
"summary": "Tiercel is a lightweight, pure-Swift download framework.",
"homepage": "https://github.com/Danie1s/Tiercel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniels": "176516837@qq.com"
},
"source": {
"git": "https://github.com/Danie1s/Tiercel.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Tiercel/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}