BFEToolsKit.podspec
1.4 KB
#
# Be sure to run `pod spec lint BFEToolsKit.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "BFEToolsKit"
s.version = "0.0.1"
s.summary = "工具类BFEToolsKit."
s.description = <<-DESC
BFEToolsKit集合
修复适配编译
DESC
s.homepage = "https://www.boxfish.cn"
s.license = "MIT"
s.platform = :ios
#s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFETools.zip"}
s.author = { "chenzhaoshen" => "alex_coolboy@163.com" }
s.source = { :git => "https://gitlab.boxfish.cn/chenzhaoshen/BFEToolsKit.git"}#, :tag => "0.0.2"
s.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Macro/*.{h,m}",
"BFEToolsKit/BFEToolsKit/BFEKit/DevieceTool/*.{h,m}",
"BFEToolsKit/BFEToolsKit/BFEKit/Tools/*.{h,m}",
"BFEToolsKit/BFEToolsKit/BFEKit/Extension/*.{h,m}",
"BFEToolsKit/BFEToolsKit/BFEKit/BFEToolsKit.h"
#s.exclude_files = "Classes/Exclude"
s.frameworks = "UIKit", "Foundation", "AVFoundation"
s.libraries = "z"
end