Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed May 24, 2018
1 parent e56cb31 commit c5f2bff
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
}

0 comments on commit c5f2bff

Please sign in to comment.