blob: b3c28472fb955456841d052e867dc8a82d641510 [file] [log] [blame]
{
"name": "SwiftyMD5",
"version": "0.0.2",
"summary": "Change a string value to MD5.",
"description": "一个swift版本的MD5转换工具,\n摘抄自Kingfisher",
"homepage": "https://github.com/FJust/SwiftyMD5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Just": "JustLee.me@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source": {
"git": "https://github.com/FJust/SwiftyMD5.git",
"tag": "0.0.2"
},
"source_files": "Sources/SwiftyMD5.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}