Showing
1 changed file
with
11 additions
and
2 deletions
@@ -91,8 +91,6 @@ Pod::Spec.new do |s| | @@ -91,8 +91,6 @@ Pod::Spec.new do |s| | ||
91 | # | 91 | # |
92 | 92 | ||
93 | s.source_files = "Classes", "Classes/**/*.{h,m}", | 93 | s.source_files = "Classes", "Classes/**/*.{h,m}", |
94 | - "AVFoundationEx.FrameWork", "AVFoundationEx.FrameWork/AVFoundationEx", | ||
95 | - "AVFoundationEx.FrameWork/**/*.*", | ||
96 | "ImSDK.framework", "ImSDK.framework/ImSDK","ImSDK.framework/**/*.*", | 94 | "ImSDK.framework", "ImSDK.framework/ImSDK","ImSDK.framework/**/*.*", |
97 | "QALSDK.framework", "QALSDK.framework/QALSDK", "QALSDK.framework/**/*.*", | 95 | "QALSDK.framework", "QALSDK.framework/QALSDK", "QALSDK.framework/**/*.*", |
98 | "QAVSDK.framework", "QAVSDK.framework/QAVSDK" , "QAVSDK.framework/**/*.*", | 96 | "QAVSDK.framework", "QAVSDK.framework/QAVSDK" , "QAVSDK.framework/**/*.*", |
@@ -140,4 +138,15 @@ Pod::Spec.new do |s| | @@ -140,4 +138,15 @@ Pod::Spec.new do |s| | ||
140 | # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } | 138 | # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } |
141 | # s.dependency "JSONKit", "~> 1.4" | 139 | # s.dependency "JSONKit", "~> 1.4" |
142 | 140 | ||
141 | + s.subspec 'AVFoundationEx' do |ss| | ||
142 | + # ss.source_files = 'AFNetworking/AFURL{Request,Response}Serialization.{h,m}' | ||
143 | + ss.source_files = "AVFoundationEx.FrameWork", "AVFoundationEx.FrameWork/AVFoundationEx", | ||
144 | + "AVFoundationEx.FrameWork/**/*.*" | ||
145 | + # ss.public_header_files = 'AFNetworking/AFURL{Request,Response}Serialization.h' | ||
146 | + # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics' | ||
147 | + # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' | ||
148 | + ss.ios.frameworks = 'AVFoundation' | ||
149 | + # ss.osx.frameworks = 'CoreServices' | ||
150 | + end | ||
151 | + | ||
143 | end | 152 | end |
-
Please register or login to post a comment