[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / 7 / MySocket / 0.0.2 / MySocket.podspec.json
blobf7f444367d72ec84cb3d42e489afbd5e1475c621
2   "name": "MySocket",
3   "version": "0.0.2",
4   "summary": "A lightweight and pure Swift implemented library for downloading and cacheing image from the web.",
5   "homepage": "https://github.com/616115891/MySocket.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yejinyong": "616115891@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/616115891/MySocket.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "MySocket",
19     "MySocket/**/*.{h,m}"
20   ],
21   "ios": {
22     "frameworks": [
23       "CFNetwork",
24       "UIKit"
25     ]
26   },
27   "platforms": {
28     "ios": "10.3"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   },
33   "pushed_with_swift_version": "3.0"