From 6f71df4ce03e24c4085e9f6c34168545dd6f0cd0 Mon Sep 17 00:00:00 2001 From: HeartlessSoy <974800149@qq.com> Date: Tue, 22 Jan 2019 05:51:47 -0500 Subject: [PATCH] [Add] HLSSDK 0.2.0 --- Specs/5/c/7/HLSSDK/0.2.0/HLSSDK.podspec.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Specs/5/c/7/HLSSDK/0.2.0/HLSSDK.podspec.json diff --git a/Specs/5/c/7/HLSSDK/0.2.0/HLSSDK.podspec.json b/Specs/5/c/7/HLSSDK/0.2.0/HLSSDK.podspec.json new file mode 100644 index 000000000000..d4b2bd3e710e --- /dev/null +++ b/Specs/5/c/7/HLSSDK/0.2.0/HLSSDK.podspec.json @@ -0,0 +1,22 @@ +{ + "name": "HLSSDK", + "version": "0.2.0", + "summary": "通用方法", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://github.com/fynmm/HLSSDK", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "fynmm": "974800149@qq.com" + }, + "source": { + "git": "https://github.com/fynmm/HLSSDK.git", + "tag": "0.2.0" + }, + "platforms": { + "ios": "8.0" + }, + "source_files": "HLSSDK/Classes/*" +} -- 2.11.4.GIT