4 "summary": "EasyNet base-on AFNetworking for iOS.",
5 "description": "EasyNet base-on AFNetworking for iOS。是一个简单易用的 iOS 网络请求库,基于 AFNetworking。简单几句代码就能快速搭建一个网络请求。",
6 "homepage": "https://github.com/l1Dan/EasyNet",
9 "Leo Lee": "l1dan@hotmail.com"
12 "git": "https://github.com/l1Dan/EasyNet.git",
18 "default_subspecs": "Sources",
19 "swift_versions": "5.0",
20 "cocoapods_version": ">= 1.4.0",
21 "source_files": "EasyNet/*.h",
26 "EasyNet/Core/*.{h,m}",
27 "EasyNet/Categories/*.{h,m}"
29 "private_header_files": "EasyNet/Categories/ENConnectTask+Private.h",
35 "frameworks": "Foundation"
39 "source_files": "EasyNet/RxEasyNet/",
50 "swift_version": "5.0"