Browse Source

1.update version

wenweiwei 2 years ago
parent
commit
a1d7b43037

+ 64 - 0
BFCommonKit/1.6.2.1/BFCommonKit.podspec

@@ -0,0 +1,64 @@
+#
+# Be sure to run `pod lib lint BFCommonKit.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+# update framework 2021.11.1
+Pod::Spec.new do |s|
+  s.name             = 'BFCommonKit'
+  s.version          = '1.6.2'
+  s.summary          = '基础库'
+  s.swift_version    = '5.0'
+  s.description      = <<-DESC
+TODO: Add long description of the pod here.
+                       DESC
+
+  s.homepage         = 'https://git.yishihui.com/iOS'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { 'wenweiwei' => 'wenweiwei@piaoquantv.com' }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFCommonKit.git', :tag => s.version.to_s }
+  s.ios.deployment_target = '10.0'
+  s.subspec 'BFConfig' do |gg|
+    gg.source_files = 'BFCommonKit/Classes/BFConfig/*'
+    gg.frameworks = 'UIKit'
+  end
+  s.subspec 'BFBase' do |bb|
+    bb.source_files = 'BFCommonKit/Classes/BFBase/**/*'
+    bb.frameworks = 'UIKit', 'WebKit'
+    bb.dependency 'Alamofire','5.4.4'
+    bb.dependency 'SnapKit','5.0.1'
+    bb.dependency 'BFCommonKit/BFUtility'
+    bb.dependency 'BFCommonKit/BFConfig'
+    bb.dependency 'BFCommonKit/BFCategorys'
+  end
+  s.subspec 'BFEnums' do |ee|
+    ee.source_files = 'BFCommonKit/Classes/BFEnums/*'
+    ee.frameworks = 'Foundation'
+  end
+  s.subspec 'BFCategorys' do |cc|
+    cc.source_files = 'BFCommonKit/Classes/BFCategorys/*'
+    cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto'
+    cc.dependency 'KingfisherWebP','1.3.0'
+  end
+  s.subspec 'BFUtility' do |uu|
+    uu.source_files = 'BFCommonKit/Classes/BFUtility/*'
+    uu.frameworks = 'Foundation','UIKit','AdSupport','Photos','AudioToolbox','AVKit'
+    uu.dependency 'KingfisherWebP','1.3.0'
+    uu.dependency 'Alamofire','5.4.4'
+    uu.dependency 'KeychainAccess','4.2.2'
+    uu.dependency 'Kingfisher','6.3.1'
+    uu.dependency 'Toast-Swift','5.0.1'
+    uu.dependency 'BFCommonKit/BFCategorys'
+    uu.dependency 'BFCommonKit/BFConfig'
+  end
+  s.subspec 'BFDebug' do |dd|
+    dd.source_files = 'BFCommonKit/Classes/BFDebug/*'
+    dd.frameworks = 'UIKit','MessageUI','WebKit'
+    dd.dependency 'BFCommonKit/BFCategorys'
+  end
+   s.resource_bundles = {
+      'BFCommonKit_Resources' => ['BFCommonKit/Assets/*']
+    }
+end

+ 73 - 0
BFUIKit/0.1.6/BFUIKit.podspec

@@ -0,0 +1,73 @@
+#
+# Be sure to run `pod lib lint BFUIKit.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'BFUIKit'
+  s.version          = '0.1.6'
+  s.summary          = '定制UI'
+
+  s.description      = <<-DESC
+                       太字流动自定义UI库
+                       DESC
+
+  s.homepage         = 'https://git.yishihui.com/iOS/BFUIKit'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { 'huzhiqiang' => 'hz_hzq@126.com' }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFUIKit.git', :tag => s.version.to_s }
+  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
+  
+  s.ios.deployment_target = '10.0'
+  s.swift_versions = ['5.0']
+  
+  s.resource_bundles = {
+    'BFUIKit_Resources' => ['BFUIKit/Assets/**/*.xcassets', 'BFUIKit/Assets/Resources/*']
+  }
+  
+  s.source_files = 'BFUIKit/Classes/**/*'
+
+  s.vendored_libraries = 'BFUIKit/Classes/**/*.{a}'
+  s.requires_arc = true
+  
+  s.subspec 'View' do |ss|
+    ss.source_files = 'BFUIKit/Classes/View/**/*'
+  end
+  
+  s.subspec 'Controller' do |ss|
+    ss.source_files = 'BFUIKit/Classes/Controller/**/*'
+  end
+  
+  s.subspec 'Comm' do |ss|
+    ss.source_files = 'BFUIKit/Classes/Comm/**/*'
+  end
+  
+
+  
+  # s.public_header_files = 'Pod/Classes/**/*.h'
+
+  s.frameworks = "UIKit", "QuartzCore"
+
+#  s.dependency 'BFFramework'
+  s.dependency 'BFCommonKit'
+  s.dependency 'MJRefresh'                    ,'~> 3.0'    # 上下拉刷新
+  s.dependency 'Kingfisher'                   ,'~> 6.0'    # 网络图片
+  s.dependency 'SVProgressHUD'                ,'~> 2.0'    # loading
+  s.dependency 'SnapKit'                      ,'~> 5.0'    # 自动布局
+  s.dependency 'MGSwipeTableCell'             ,'~> 1.0'    # 侧滑cell
+  s.dependency 'FDFullscreenPopGesture'       ,'1.1'
+  s.dependency 'RealmSwift'                   ,'10.7.6'
+
+#  s.dependency 'Onboard',                     '~> 7.0'    # 引导页
+#  s.dependency 'GDPerformanceView-Swift',     '~> 2.0'    # 状态栏监控性能
+#  s.dependency 'ImageViewer',                 '~> 6.0'    # 图片浏览器
+#  s.dependency 'DZNEmptyDataSet',             '~> 1.0'    # 表视图空数据UI
+#  s.dependency 'TextFieldEffects',            '~> 1.0'    # 输入框动效
+#  s.dependency 'iRate',                       '~> 1.0'    # app好评打星
+
+
+end

+ 73 - 0
BFUIKit/0.2.0/BFUIKit.podspec

@@ -0,0 +1,73 @@
+#
+# Be sure to run `pod lib lint BFUIKit.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'BFUIKit'
+  s.version          = '0.2.0'
+  s.summary          = '定制UI'
+
+  s.description      = <<-DESC
+                       太字流动自定义UI库
+                       DESC
+
+  s.homepage         = 'https://git.yishihui.com/iOS/BFUIKit'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { 'huzhiqiang' => 'hz_hzq@126.com' }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFUIKit.git', :tag => s.version.to_s }
+  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
+  
+  s.ios.deployment_target = '10.0'
+  s.swift_versions = ['5.0']
+  
+  s.resource_bundles = {
+    'BFUIKit_Resources' => ['BFUIKit/Assets/**/*.xcassets', 'BFUIKit/Assets/Resources/*']
+  }
+  
+  s.source_files = 'BFUIKit/Classes/**/*'
+
+  s.vendored_libraries = 'BFUIKit/Classes/**/*.{a}'
+  s.requires_arc = true
+  
+  s.subspec 'View' do |ss|
+    ss.source_files = 'BFUIKit/Classes/View/**/*'
+  end
+  
+  s.subspec 'Controller' do |ss|
+    ss.source_files = 'BFUIKit/Classes/Controller/**/*'
+  end
+  
+  s.subspec 'Comm' do |ss|
+    ss.source_files = 'BFUIKit/Classes/Comm/**/*'
+  end
+  
+
+  
+  # s.public_header_files = 'Pod/Classes/**/*.h'
+
+  s.frameworks = "UIKit", "QuartzCore"
+
+#  s.dependency 'BFFramework'
+  s.dependency 'BFCommonKit'
+  s.dependency 'MJRefresh'                    ,'~> 3.0'    # 上下拉刷新
+  s.dependency 'Kingfisher'                   ,'~> 6.0'    # 网络图片
+  s.dependency 'SVProgressHUD'                ,'~> 2.0'    # loading
+  s.dependency 'SnapKit'                      ,'~> 5.0'    # 自动布局
+  s.dependency 'MGSwipeTableCell'             ,'~> 1.0'    # 侧滑cell
+  s.dependency 'FDFullscreenPopGesture'       ,'1.1'
+  s.dependency 'RealmSwift'                   ,'10.7.6'
+
+#  s.dependency 'Onboard',                     '~> 7.0'    # 引导页
+#  s.dependency 'GDPerformanceView-Swift',     '~> 2.0'    # 状态栏监控性能
+#  s.dependency 'ImageViewer',                 '~> 6.0'    # 图片浏览器
+#  s.dependency 'DZNEmptyDataSet',             '~> 1.0'    # 表视图空数据UI
+#  s.dependency 'TextFieldEffects',            '~> 1.0'    # 输入框动效
+#  s.dependency 'iRate',                       '~> 1.0'    # app好评打星
+
+
+end