From c5f2bffe0f9cd50c7c464ecb002f70f2a3342f4f Mon Sep 17 00:00:00 2001 From: xulinfeng Date: Thu, 24 May 2018 18:31:12 +0800 Subject: [PATCH] no message --- .../1.0.0/MDOperations.podspec.json} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename Specs/{MDOperationQueue/1.0.0/MDOperationQueue.podspec.json => MDOperations/1.0.0/MDOperations.podspec.json} (63%) diff --git a/Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json b/Specs/MDOperations/1.0.0/MDOperations.podspec.json similarity index 63% rename from Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json rename to Specs/MDOperations/1.0.0/MDOperations.podspec.json index 16bc900..ebdb6e6 100644 --- a/Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json +++ b/Specs/MDOperations/1.0.0/MDOperations.podspec.json @@ -1,9 +1,9 @@ { - "name": "MDOperationQueue", + "name": "MDOperations", "version": "1.0.0", "summary": "An solution for multiple thread with dispatch queue and group", "description": "This is an solution for multiple thread with dispatch queue and group.", - "homepage": "https://github.com/Modool/MDOperationQueue", + "homepage": "https://github.com/Modool/MDOperations", "license": "MIT", "authors": { "Modool": "https://github.com/Modool" @@ -13,10 +13,10 @@ "ios": "8.0" }, "source": { - "git": "https://github.com/Modool/MDOperationQueue.git", + "git": "https://github.com/Modool/MDOperations.git", "tag": "1.0.0" }, "requires_arc": true, - "source_files": "MDOperationQueue/*.{h,m}", - "private_header_files": ["MDOperationQueue/*+Private.h"] + "source_files": "MDOperations/*.{h,m}", + "private_header_files": ["MDOperations/*+Private.h"] } \ No newline at end of file