blob: 2647cb13bb7f2006df50986924defd311d0e54ad [file] [log] [blame]
{
"name": "MySocket",
"version": "0.0.1",
"summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
"homepage": "https://github.com/616115891/MySocket.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yejinyong": "616115891@qq.com"
},
"source": {
"git": "https://github.com/616115891/MySocket.git",
"tag": "0.0.1"
},
"source_files": [
"MySocket",
"MySocket/**/*.{h,m}"
],
"ios": {
"frameworks": "CFNetwork"
},
"platforms": {
"ios": "10.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "3.0"
}