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