Ver código fonte

change git address

harry 3 anos atrás
pai
commit
44821bd938
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      BFRouter.podspec

+ 2 - 2
BFRouter.podspec

@@ -25,10 +25,10 @@ TODO: Add long description of the pod here.
   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
   s.license          = { :type => 'MIT', :file => 'LICENSE' }
   s.author           = { 'harry' => 'hz_hzq@126.com' }
-  s.source           = { :git => 'https://github.com/harry/BFRouter.git', :tag => s.version.to_s }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFRouter.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
-  s.ios.deployment_target = '9.0'
+  s.ios.deployment_target = '10.0'
 
   s.source_files = 'BFRouter/Classes/**/*'