ソースを参照

Update Swifter.podspec

welsonpan 7 年 前
コミット
dbf6fc844b
1 ファイル変更2 行追加2 行削除
  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