From 0d06fe926e9cddf62031e950cb5cac042c379140 Mon Sep 17 00:00:00 2001 From: heyahui123 <77599465+heyahui123@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:58:20 +0800 Subject: [PATCH] Delete OYOService.podspec.json I'm the author of this PodSpec. This file is my company's private information and is now deprecated. Please agree to my request to merge with. Thank you. --- .../OYOService/0.0.1/OYOService.podspec.json | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 Specs/d/7/d/OYOService/0.0.1/OYOService.podspec.json diff --git a/Specs/d/7/d/OYOService/0.0.1/OYOService.podspec.json b/Specs/d/7/d/OYOService/0.0.1/OYOService.podspec.json deleted file mode 100644 index 60124e8b716a..000000000000 --- a/Specs/d/7/d/OYOService/0.0.1/OYOService.podspec.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "OYOService", - "version": "0.0.1", - "summary": "service module", - "description": "OYOService is depende on AFNetworking, MBProgressHUD, ObjcAssociatedObjectHelpers, OYOFoundation.", - "homepage": "http://139.224.239.213:8000/OYORepo/OYOService", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "sky_heyahui": "sky.he@oyohotels.cn" - }, - "source": { - "git": "http://139.224.239.213:8000/OYORepo/OYOService.git", - "tag": "0.0.1" - }, - "platforms": { - "ios": "9.0" - }, - "source_files": "OYOService/Classes/**/*.{h,m}", - "public_header_files": "OYOService/Classes/*.h", - "frameworks": [ - "UIKit", - "Foundation" - ], - "dependencies": { - "AFNetworking": [ - "~> 3.1.0" - ], - "MBProgressHUD": [ - "~> 0.8" - ], - "ObjcAssociatedObjectHelpers": [ - "~> 2.0.1" - ], - "OYOFoundation": [ - "~>0.1.9" - ] - } -}