We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5569667 commit 744d151Copy full SHA for 744d151
1 file changed
LGTextView.podspec
@@ -11,13 +11,13 @@ Simple UITextView subclass that features an IBInspectable placeholder written pu
11
s.homepage = 'https://github.com/linusgeffarth/LGTextView'
12
s.license = { :type => 'MIT', :file => 'LICENSE' }
13
s.author = { 'linusgeffarth' => 'linus@geffarth.de' }
14
- s.source = { :git => 'https://github.com/linusgeffarth/LGTextView.git', :commit => "a0e9d67efcac1c7ef35d6471f07f7a354bdb1945" }
+s.source = { :git => 'https://github.com/linusgeffarth/LGTextView.git', :tag => s.version }
15
s.social_media_url = 'https://twitter.com/linusgeffarth'
16
17
s.ios.deployment_target = '8.0'
18
s.swift_version = '4.2'
19
20
- s.source_files = 'LGTextView/Classes/**/*'
+ s.source_files = 'LGTextView/Classes/*.swift'
21
22
s.frameworks = 'UIKit'
23
0 commit comments