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
2019-01-21 14:27:09 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
46ae0db7babcfeb8d47184b71363f7bbd2c0cfa2
46ae0db7
2 parents
cde7f656
4ce2da40
Merge branch 'master' of
https://gitlab.boxfish.cn/iOS/Specs
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
BFEToolsKit/0.0.4/BFEToolsKit.podspec
ILiveSDK/1.8.4.1/ILiveSDK.podspec
BFEToolsKit/0.0.4/BFEToolsKit.podspec
View file @
46ae0db
...
...
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s
.
summary
=
"工具类BFEToolsKit."
s
.
description
=
<<-
DESC
BFEToolsKit集合
去掉私有方法
更新iPhone Xs机型识别
DESC
s
.
homepage
=
"https://www.boxfish.cn"
s
.
license
=
"MIT"
...
...
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
#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
=>
'
8c136de
'
}
s
.
source
=
{
:git
=>
"https://gitlab.boxfish.cn/chenzhaoshen/BFEToolsKit.git"
,
:commit
=>
'
22620f2
'
}
#, :commit => '082f8319af'
#, :tag => "0.0.2"
...
...
ILiveSDK/1.8.4.1/ILiveSDK.podspec
View file @
46ae0db
...
...
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s
.
frameworks
=
"UIKit"
,
"CoreMedia"
,
"Accelerate"
,
"Foundation"
,
"AVFoundation"
,
"CoreVideo"
,
"VideoToolbox"
,
"CoreGraphics"
,
"SystemConfiguration"
,
"OpenAL"
,
"QAVSDK"
s
.
libraries
=
"c++"
,
"bz2"
,
"stdc++.6"
,
"z"
,
"sqlite3.0"
,
"iconv"
,
"resolv"
,
"protobuf"
s
.
requires_arc
=
true
s
.
dependency
"AVSDK"
,
'1.9.8.40'
s
.
dependency
"AVSDK"
,
'
~>
1.9.8.40'
end
\ No newline at end of file
...
...
Please
register
or
login
to post a comment