Skip to content

Commit

Permalink
Added UIView+UIAppearance
Browse files Browse the repository at this point in the history
  • Loading branch information
levenon committed Aug 1, 2017
1 parent 3b7e911 commit 689846e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/MDTransitioning/1.0.0/MDTransitioning.podspec.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions Specs/UIView+UIAppearance/1.0.0/UIView+UIAppearance.podspec.json
Original file line number Diff line number Diff line change
@@ -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}",
}

0 comments on commit 689846e

Please sign in to comment.