From b377995af66f9ef3e9cf624c8d985532db96fa26 Mon Sep 17 00:00:00 2001 From: xulinfeng Date: Mon, 14 May 2018 18:39:46 +0800 Subject: [PATCH] no message --- .../MDLauncher/1.0.0/MDLauncher.podspec.json | 4 ++-- .../1.0.0/MDOperationQueue.podspec.json | 21 +++++++++++++++++++ .../1.0.0/MDQRCodeScanner.podspec.json | 21 +++++++++++++++++++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json create mode 100644 Specs/MDQRCodeScanner/1.0.0/MDQRCodeScanner.podspec.json diff --git a/Specs/MDLauncher/1.0.0/MDLauncher.podspec.json b/Specs/MDLauncher/1.0.0/MDLauncher.podspec.json index 5cfe1a2..47abd38 100644 --- a/Specs/MDLauncher/1.0.0/MDLauncher.podspec.json +++ b/Specs/MDLauncher/1.0.0/MDLauncher.podspec.json @@ -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": { diff --git a/Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json b/Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json new file mode 100644 index 0000000..d76bbf4 --- /dev/null +++ b/Specs/MDOperationQueue/1.0.0/MDOperationQueue.podspec.json @@ -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}", +} \ No newline at end of file diff --git a/Specs/MDQRCodeScanner/1.0.0/MDQRCodeScanner.podspec.json b/Specs/MDQRCodeScanner/1.0.0/MDQRCodeScanner.podspec.json new file mode 100644 index 0000000..5c7001b --- /dev/null +++ b/Specs/MDQRCodeScanner/1.0.0/MDQRCodeScanner.podspec.json @@ -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}", +} \ No newline at end of file