Skip to content

Commit

Permalink
correct spec format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nystrom committed Jan 29, 2018
1 parent e89d960 commit 2bfac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessageViewController.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/GitHawkApp/MessageViewController'
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
spec.summary = 'Replacement for SlackTextViewController.'
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 }
spec.source_files = 'MessageViewController/*.swift'
spec.platform = :ios, '10.0'
spec.swift_version = '4.0'
Expand Down

0 comments on commit 2bfac0f

Please sign in to comment.