From 689846e644b8f70b0fef36d5ec44c0cb33f6dfad Mon Sep 17 00:00:00 2001 From: MarkeJave <308865427@qq.com> Date: Tue, 1 Aug 2017 13:47:38 +0800 Subject: [PATCH] Added UIView+UIAppearance --- .../1.0.0/MDTransitioning.podspec.json | 2 +- .../1.0.0/UIView+UIAppearance.podspec.json | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Specs/UIView+UIAppearance/1.0.0/UIView+UIAppearance.podspec.json diff --git a/Specs/MDTransitioning/1.0.0/MDTransitioning.podspec.json b/Specs/MDTransitioning/1.0.0/MDTransitioning.podspec.json index 61d7896..11ebdeb 100644 --- a/Specs/MDTransitioning/1.0.0/MDTransitioning.podspec.json +++ b/Specs/MDTransitioning/1.0.0/MDTransitioning.podspec.json @@ -1,7 +1,7 @@ { "name": "MDTransitioning", "version": "1.0.0", - "summary": "AsyncDisplayKit Extensions", + "summary": "transition and interaction", "description": "This is transition and interaction.", "homepage": "https://github.com/Modool/MDTransitioning", "license": "MIT", diff --git a/Specs/UIView+UIAppearance/1.0.0/UIView+UIAppearance.podspec.json b/Specs/UIView+UIAppearance/1.0.0/UIView+UIAppearance.podspec.json new file mode 100644 index 0000000..b1d544d --- /dev/null +++ b/Specs/UIView+UIAppearance/1.0.0/UIView+UIAppearance.podspec.json @@ -0,0 +1,21 @@ +{ + "name": "UIView+UIAppearance", + "version": "1.0.0", + "summary": "UIAppearance", + "description": "This is UIAppearance.", + "homepage": "https://github.com/Modool/UIView+UIAppearance", + "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/UIView+UIAppearance.git", + "tag": "1.0.0" + }, + "requires_arc": true, + "source_files": "UIView+UIAppearance/*.{h,m}", +} \ No newline at end of file