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
陈昭燊
2018-04-12 11:44:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e29e4ccc2d59fe13e5d8666aff24f5dd0dc6e3d
0e29e4cc
1 parent
4294ec75
add version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
BFEToolsKit/0.0.2/BFEToolsKit.podspec
BFEToolsKit/0.0.2/BFEToolsKit.podspec
0 → 100644
View file @
0e29e4c
#
# 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.2"
s
.
summary
=
"工具类BFEToolsKit."
s
.
description
=
<<-
DESC
BFEToolsKit集合
修复适配编译 add Extension2
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/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