We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89d960 commit 2bfac0fCopy full SHA for 2bfac0f
MessageViewController.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
5
spec.homepage = 'https://github.com/GitHawkApp/MessageViewController'
6
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
7
spec.summary = 'Replacement for SlackTextViewController.'
8
- spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => '#{spec.version}' }
+ spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => spec.version.to_s }
9
spec.source_files = 'MessageViewController/*.swift'
10
spec.platform = :ios, '10.0'
11
spec.swift_version = '4.0'
0 commit comments