wenweiwei 3 年之前
父節點
當前提交
5d98c4f788
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      BFNetRequestKit.podspec

+ 0 - 10
BFNetRequestKit.podspec

@@ -22,22 +22,12 @@ TODO: Add long description of the pod here.
                        DESC
 
   s.homepage         = 'https://git.yishihui.com/iOS'
-  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
   s.license          = { :type => 'MIT', :file => 'LICENSE' }
   s.author           = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
   s.source           = { :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git', :tag => s.version.to_s }
-  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
-
   s.ios.deployment_target = '10.0'
 
   s.source_files = 'BFNetRequestKit/Classes/**/*'
   s.frameworks = 'UIKit'
   s.dependency 'Alamofire','5.4.4'
-  # s.resource_bundles = {
-  #   'BFNetRequestKit' => ['BFNetRequestKit/Assets/*.png']
-  # }
-
-  # s.public_header_files = 'Pod/Classes/**/*.h'
-  # s.frameworks = 'UIKit', 'MapKit'
-  # s.dependency 'AFNetworking', '~> 2.3'
 end