소스 검색

1.update specs

wenweiwei 3 년 전
부모
커밋
d02e61ecf2

+ 64 - 0
BFCommonKit/1.5.3/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.5.3'
+  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

+ 64 - 0
BFFramework/1.1.1/BFFramework.podspec

@@ -0,0 +1,64 @@
+#
+# Be sure to run `pod lib lint BFFramework.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             = 'BFFramework'
+  s.version          = '1.1.1'
+  s.summary          = 'Byte fllow 基础组件库'
+  s.swift_version    = '5.0'
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description      = <<-DESC
+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           = { '287971051@qq.com' => '287971051@qq.com' }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFFramework.git'}
+  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
+
+  s.ios.deployment_target = '10.0'
+
+  s.source_files = 'BFFramework/Classes/**/*'
+
+  s.resource_bundles = {
+#     'BFFramework_Resources' => ['BFFramework/Assets/**/*.png','BFFramework/Assets/**/*.gif','BFFramework/Assets/**/*.mp3','BFFramework/Assets/**/*.mp4']
+    'BFFramework_Resources' => ['BFFramework/Assets/**/*.xcassets', 'BFFramework/Assets/Resources/*']
+  }
+  s.static_framework = true
+
+  s.xcconfig = { 'CLANG_MODULES_AUTOLINK' => 'YES',
+                  'OTHER_SWIFT_FLAGS' => "$(inherited) -DGLES",
+                   'VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS' => "OpenGLES"
+                 }
+#   s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load', 'VALID_ARCHS' => 'arm64 armv7' }
+  s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load'}
+  s.public_header_files = 'BFFramework/Classes/**/*.h'
+  # s.private_header_files = 'BFFramework/Classes/SupportFiles/AliyunOSSiOSAK_umbrella.h'
+  # s.preserve_paths = ['BFFramework/Classes/BFFrameworkPodHeader.h']
+  s.frameworks = 'UIKit', 'AVFoundation','OpenGLES', 'CoreMedia', 'QuartzCore'
+  
+  # 排除非 ios 平台的文件
+  # s.ios.exclude_files = 'framework/Source/Mac', 'framework/Source/Linux', 'framework/Source/Operations/Shaders/ConvertedShaders_GL.swift'
+  s.dependency 'BFCommonKit'
+  s.dependency 'BFNetRequestKit'
+  s.dependency 'BFMaterialKit'
+  s.dependency 'ObjectMapper'             ,'4.2.0'    # json转model库
+  s.dependency 'AliyunOSSiOS'             ,'2.10.10'  # 阿里云组件
+  s.dependency 'WechatOpenSDK-Swift'      ,'1.8.7.1'  # 微信组件
+  s.dependency 'MJRefresh'                ,'3.7.2'    # 刷新组件
+  s.dependency 'LMJHorizontalScrollText'  ,'2.0.2'
+  s.dependency 'TXLiteAVSDK_Player'       ,'9.3.10765' # 腾讯播放器组件
+  s.dependency 'Bugly'                    ,'2.5.90'   #crash log 收集
+end

+ 30 - 0
BFMaterialKit/0.2.1/BFMaterialKit.podspec

@@ -0,0 +1,30 @@
+#
+# Be sure to run `pod lib lint BFMaterialKit.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             = 'BFMaterialKit'
+  s.version          = '0.2.1'
+  s.summary          = '素材加载库'
+  s.swift_version    = '5.0'
+  s.static_framework = true
+  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/BFMaterialKit.git', :tag => s.version.to_s }
+  s.ios.deployment_target = '10.0'
+  s.source_files = 'BFMaterialKit/Classes/**/*'
+  s.resource_bundles = {
+      'BFMaterialKit_Resources' => ['BFMaterialKit/Assets/Resources/**/*']
+  }
+  s.frameworks = 'UIKit', 'AVFoundation','CoreMedia', 'QuartzCore'
+  s.dependency 'BFUIKit'
+end

+ 33 - 0
BFNetRequestKit/1.0.2/BFNetRequestKit.podspec

@@ -0,0 +1,33 @@
+#
+# Be sure to run `pod lib lint BFNetRequestKit.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             = 'BFNetRequestKit'
+  s.version          = '1.0.2'
+  s.summary          = '使用Alamofire封装网络请求库'
+  s.swift_version    = '5.0'
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  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           = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git', :tag => s.version.to_s }
+  s.ios.deployment_target = '10.0'
+
+  s.source_files = 'BFNetRequestKit/Classes/**/*'
+  s.frameworks = 'UIKit'
+  s.dependency 'Alamofire','5.4.4'
+end