From 90d9e2b5ed10014f50dafec59f15d7ffa45fb8c7 Mon Sep 17 00:00:00 2001 From: xulinfeng Date: Mon, 7 Jan 2019 01:34:01 +0800 Subject: [PATCH] Added 1.0.1 tag. --- .../1.0.1/MVVMService.podspec.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/MVVMService/1.0.1/MVVMService.podspec.json diff --git a/Specs/MVVMService/1.0.1/MVVMService.podspec.json b/Specs/MVVMService/1.0.1/MVVMService.podspec.json new file mode 100644 index 0000000..8c90d73 --- /dev/null +++ b/Specs/MVVMService/1.0.1/MVVMService.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "MVVMService", + "version": "1.0.1", + "summary": "MVVMService.", + "description": "MVVM service.", + "homepage": "https://github.com/Modool/GCDTimer", + "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/MVVMService.git", + "tag": "1.0.1" + }, + "requires_arc": true, + "source_files": "MVVMService/**/*.{h,m}", + "private_header_files": "MVVMService/Private/*.h", + "dependencies": { + "ReactiveCocoa": [ + "~> 2.5" + ] + } +} \ No newline at end of file