From a807ac5e29c31b2d54764851fbb604681abaa422 Mon Sep 17 00:00:00 2001 From: woshiliushiyu <1010530278@qq.com> Date: Fri, 5 Mar 2021 21:59:15 -0500 Subject: [PATCH] [Add] CNLiveRequestBastKit 0.2.5.2 --- .../0.2.5.2/CNLiveRequestBastKit.podspec.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/d/3/5/CNLiveRequestBastKit/0.2.5.2/CNLiveRequestBastKit.podspec.json diff --git a/Specs/d/3/5/CNLiveRequestBastKit/0.2.5.2/CNLiveRequestBastKit.podspec.json b/Specs/d/3/5/CNLiveRequestBastKit/0.2.5.2/CNLiveRequestBastKit.podspec.json new file mode 100644 index 000000000000..5644fdb0ad59 --- /dev/null +++ b/Specs/d/3/5/CNLiveRequestBastKit/0.2.5.2/CNLiveRequestBastKit.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "CNLiveRequestBastKit", + "version": "0.2.5.2", + "summary": "iOS 网络请求基础库 普通请求&链式请求&批式请求&资源上传&资源下载功能", + "description": "TODO: Add long description of the pod here.", + "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveRequestBastKit", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "woshiliushiyu": "1010530278@qq.com" + }, + "source": { + "git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveRequestBastKit.git", + "tag": "0.2.5.2" + }, + "platforms": { + "ios": "9.0" + }, + "source_files": "CNLiveRequestBastKit/Classes/**/*", + "dependencies": { + "AFNetworking": [ + + ] + } +} -- 2.11.4.GIT