blob: 6cfbb654f3c8aefdf91d6fef35a40fcd9cd13d1a [file] [log] [blame]
{
"name": "Cribug",
"version": "0.1.0",
"swift_version": "5.0",
"summary": "Cribug is a lightweight, pure-Swift download framework.",
"homepage": "https://github.com/Initial-C/Cribug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InitialC": "iwilliamchang@outlook.com"
},
"source": {
"git": "https://github.com/Initial-C/Cribug.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Cribug/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}