Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed May 14, 2018
1 parent ddd6e00 commit b377995
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/MDLauncher/1.0.0/MDLauncher.podspec.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "MDLauncher",
"version": "1.0.0",
"summary": "transition and interaction",
"description": "This is transition and interaction.",
"summary": "Info of version and state after app launched",
"description": "Info of version and state after app launched.",
"homepage": "https://github.com/Modool/MDLauncher",
"license": "MIT",
"authors": {
Expand Down
21 changes: 21 additions & 0 deletions Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MDOperationQueue",
"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",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Modool/MDOperationQueue.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "MDOperationQueue/*.{h,m}",
}
21 changes: 21 additions & 0 deletions Specs/MDQRCodeScanner/1.0.0/MDQRCodeScanner.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MDQRCodeScanner",
"version": "1.0.0",
"summary": "An scanner for qr code.",
"description": "This is an scanner for qr code..",
"homepage": "https://github.com/Modool/MDQRCodeScanner",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Modool/MDQRCodeScanner.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "MDQRCodeScanner/*.{h,m}",
}

0 comments on commit b377995

Please sign in to comment.