blob: f7f444367d72ec84cb3d42e489afbd5e1475c621 [file] [log] [blame]
{
"name": "MySocket",
"version": "0.0.2",
"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.2"
},
"source_files": [
"MySocket",
"MySocket/**/*.{h,m}"
],
"ios": {
"frameworks": [
"CFNetwork",
"UIKit"
]
},
"platforms": {
"ios": "10.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "3.0"
}