blob: 3e2c2c7ec21ccc9cccb1dec6a8ba0d17daa55f10 [file] [log] [blame]
{
"name": "Cribug",
"version": "0.0.1",
"swift_version": "4.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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Cribug/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}