Skip to content

Commit

Permalink
Fix indent of .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
innocarpe committed Jun 27, 2017
1 parent 60568ba commit 843c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TabNavigatable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Wooseong Kim' => 'kwosu87@me.com' }
s.source = { :git => 'https://github.com/kwosu87/TabNavigatable.git',
:tag => s.version.to_s }
:tag => s.version.to_s }
s.source_files = "Sources/*.swift"
s.frameworks = "UIKit"

Expand Down

0 comments on commit 843c764

Please sign in to comment.