Skip to content

Commit 2bfac0f

Browse files
author
Ryan Nystrom
committed
correct spec format
1 parent e89d960 commit 2bfac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MessageViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.homepage = 'https://github.com/GitHawkApp/MessageViewController'
66
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
77
spec.summary = 'Replacement for SlackTextViewController.'
8-
spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => '#{spec.version}' }
8+
spec.source = { :git => 'https://github.com/GitHawkApp/MessageViewController.git', :tag => spec.version.to_s }
99
spec.source_files = 'MessageViewController/*.swift'
1010
spec.platform = :ios, '10.0'
1111
spec.swift_version = '4.0'

0 commit comments

Comments
 (0)