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