Skip to content

Commit

Permalink
remove GIF, add pod
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejinghao authored and xuejinghao committed Jul 3, 2018
1 parent 57b739e commit 413be76
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JHViewCorner.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'JHViewCorner'
s.summary = 'Set view's corner with one code!'
s.version = '1.2.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Haocold' => 'xjh093@126.com' }
s.homepage = 'https://github.com/xjh093/JHViewCorner'
s.platform = :ios, "8.0"
s.source = { :git => 'https://github.com/xjh093/JHViewCorner.git', :tag => s.version}
s.source_files = 'JHViewCorner/*.{h,m}'
s.requires_arc = true
s.framework = 'UIKit'

end
Binary file added JHViewCorner/Images/.DS_Store
Binary file not shown.
Binary file removed JHViewCorner/Images/Jun-19-2018 18-10-07.gif
Binary file not shown.

0 comments on commit 413be76

Please sign in to comment.