Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
Specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
YangQi
2018-06-13 04:11:33 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8db16305e33ec8c7ce14d734df14b944168dcf6
a8db1630
1 parent
e00eb126
Add new file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
0 deletions
BFEToolsKit/0.0.4/BFEToolsKit.podsepc
BFEToolsKit/0.0.4/BFEToolsKit.podsepc
0 → 100644
View file @
a8db163
#
# 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.3"
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", :commit => 'c3a705f'}
#, :commit => '082f8319af'
#, :tag => "0.0.2"
s.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/BFEToolsKit.h"
#s.exclude_files = "Classes/Exclude"
s.frameworks = "UIKit", "Foundation"
s.libraries = "z"
s.subspec 'Extensions' do |ss|
ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Extension/*.{h,m}"
end
s.subspec 'Macro' do |ss|
ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Macro/*.{h,m}"
end
s.subspec 'Tools' do |ss|
ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Tools/*.{h,m}"
end
s.subspec 'DevieceTool' do |ss|
ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/DevieceTool/*.{h,m}"
end
end
\ No newline at end of file
...
...
Please
register
or
login
to post a comment