Skip to content

Commit 856a365

Browse files
committed
Create UIImageView-Letters.podspec
1 parent 444e2cb commit 856a365

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

UIImageView-Letters.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = "UIImageView-Letters"
3+
s.version = "2.1.1"
4+
s.summary = "UIImageView category that generates letter initials as image."
5+
s.description = "An easy, helpful UIImageView category that generates letter initials as a placeholder for user profile images, with a randomized background color."
6+
s.homepage = "https://github.com/bachonk/UIImageView-Letters"
7+
s.screenshots = "http://i.imgur.com/xSBjVQ7.png"
8+
s.license = { :type => 'MIT', :file => 'LICENSE' }
9+
s.author = { "Tom Bachant" => "tom@dashride.com" }
10+
s.platform = :ios, '7.0'
11+
s.source = { :git => "https://github.com/bachonk/UIImageView-Letters.git",
12+
:tag => 1.0 }
13+
s.source_files = 'UIImageView+Letters'
14+
s.requires_arc = true
15+
end

0 commit comments

Comments
 (0)