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
undancer
2016-02-22 11:12:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
759c46fac1963510a4abe7996a3d61b9fdbcf0a8
759c46fa
1 parent
c7784951
全部采用子模块
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
5 deletions
QQIM/0.0.2/QQIM.podspec
QQIM/0.0.2/QQIM.podspec
View file @
759c46f
...
...
@@ -90,11 +90,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
,
"ImSDK.framework"
,
"ImSDK.framework/ImSDK"
,
"ImSDK.framework/**/*.*"
,
"QALSDK.framework"
,
"QALSDK.framework/QALSDK"
,
"QALSDK.framework/**/*.*"
,
"QAVSDK.framework"
,
"QAVSDK.framework/QAVSDK"
,
"QAVSDK.framework/**/*.*"
,
"TLSSDK.framework"
,
"TLSSDK.framework/TLSSDK"
,
"TLSSDK.framework/**/*.*"
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
s
.
exclude_files
=
"Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
...
...
@@ -149,4 +145,40 @@ Pod::Spec.new do |s|
# ss.osx.frameworks = 'CoreServices'
end
s
.
subspec
'ImSDK'
do
|
ss
|
ss
.
source_files
=
"ImSDK.framework"
,
"ImSDK.framework/ImSDK"
,
"ImSDK.framework/**/*.*"
# ss.public_header_files = 'AFNetworking/AFURL{Request,Response}Serialization.h'
# ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
ss
.
ios
.
frameworks
=
'AVFoundation'
# ss.osx.frameworks = 'CoreServices'
end
s
.
subspec
'QALSDK'
do
|
ss
|
ss
.
source_files
=
"QALSDK.framework"
,
"QALSDK.framework/QALSDK"
,
"QALSDK.framework/**/*.*"
# ss.public_header_files = 'AFNetworking/AFURL{Request,Response}Serialization.h'
# ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'AVFoundation'
# ss.osx.frameworks = 'CoreServices'
end
s
.
subspec
'QAVSDK'
do
|
ss
|
ss
.
source_files
=
"QAVSDK.framework"
,
"QAVSDK.framework/QAVSDK"
,
"QAVSDK.framework/**/*.*"
# ss.public_header_files = 'AFNetworking/AFURL{Request,Response}Serialization.h'
# ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'AVFoundation'
# ss.osx.frameworks = 'CoreServices'
end
s
.
subspec
'TLSSDK'
do
|
ss
|
ss
.
source_files
=
"TLSSDK.framework"
,
"TLSSDK.framework/TLSSDK"
,
"TLSSDK.framework/**/*.*"
# ss.public_header_files = 'AFNetworking/AFURL{Request,Response}Serialization.h'
# ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
# ss.ios.frameworks = 'AVFoundation'
# ss.osx.frameworks = 'CoreServices'
end
end
...
...
Please
register
or
login
to post a comment