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:02:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c77849511c787690dbb3a904464297d8c1489ed8
c7784951
1 parent
c06a21c1
拆成子模块
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
QQIM/0.0.2/QQIM.podspec
QQIM/0.0.2/QQIM.podspec
View file @
c778495
...
...
@@ -91,8 +91,6 @@ Pod::Spec.new do |s|
#
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
,
"AVFoundationEx.FrameWork"
,
"AVFoundationEx.FrameWork/AVFoundationEx"
,
"AVFoundationEx.FrameWork/**/*.*"
,
"ImSDK.framework"
,
"ImSDK.framework/ImSDK"
,
"ImSDK.framework/**/*.*"
,
"QALSDK.framework"
,
"QALSDK.framework/QALSDK"
,
"QALSDK.framework/**/*.*"
,
"QAVSDK.framework"
,
"QAVSDK.framework/QAVSDK"
,
"QAVSDK.framework/**/*.*"
,
...
...
@@ -140,4 +138,15 @@ Pod::Spec.new do |s|
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
s
.
subspec
'AVFoundationEx'
do
|
ss
|
# ss.source_files = 'AFNetworking/AFURL{Request,Response}Serialization.{h,m}'
ss
.
source_files
=
"AVFoundationEx.FrameWork"
,
"AVFoundationEx.FrameWork/AVFoundationEx"
,
"AVFoundationEx.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