diff --git a/TabNavigatable.podspec b/TabNavigatable.podspec index 756a183..eb5f4da 100644 --- a/TabNavigatable.podspec +++ b/TabNavigatable.podspec @@ -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"