Skip to content

Commit 76d4477

Browse files
committed
Add podspec
1 parent 7bd8c34 commit 76d4477

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

MZSelectableLabel.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'MZSelectableLabel'
3+
s.version = '0.1.1'
4+
s.license = 'MIT'
5+
s.summary = 'A simple to use drop in replacement for UILabel for iOS 7 that provides automatic detection of colors.'
6+
s.homepage = 'https://github.com/m1entus/MZSelectableLabel'
7+
s.authors = 'Michał Zaborowski'
8+
s.source = { :git => 'https://github.com/m1entus/MZSelectableLabel.git', :tag => s.version.to_s }
9+
10+
s.requires_arc = true
11+
s.source_files = 'MZSelectableLabel/*.{h,m}'
12+
s.platform = :ios, '7.0'
13+
s.frameworks = 'UIKit'
14+
end

0 commit comments

Comments
 (0)