We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd8c34 commit 76d4477Copy full SHA for 76d4477
1 file changed
MZSelectableLabel.podspec
@@ -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