Przeglądaj źródła

Update Swifter.podspec

welsonpan 7 lat temu
rodzic
commit
dbf6fc844b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Swifter.podspec

+ 2 - 2
Swifter.podspec

@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
   s.osx.deployment_target = "10.9"
   s.tvos.deployment_target = "9.0"
   s.source                = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.6" }
-  s.source_files          = 'Sources/*.{swift}'
+  s.source_files          = 'XCode/Sources/*.{swift}'
 
-end
+end