undancer

先屏蔽c++

@@ -65,6 +65,7 @@ Pod::Spec.new do |s| @@ -65,6 +65,7 @@ Pod::Spec.new do |s|
65 65
66 # s.platform = :ios 66 # s.platform = :ios
67 # s.platform = :ios, "5.0" 67 # s.platform = :ios, "5.0"
  68 + s.platform = :ios
68 69
69 # When using multiple platforms 70 # When using multiple platforms
70 # s.ios.deployment_target = "5.0" 71 # s.ios.deployment_target = "5.0"
@@ -97,8 +98,6 @@ Pod::Spec.new do |s| @@ -97,8 +98,6 @@ Pod::Spec.new do |s|
97 # s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/AV_iOS_SDK/libs', 'OTHER_LDFLAGS' => '-ObjC' } 98 # s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/AV_iOS_SDK/libs', 'OTHER_LDFLAGS' => '-ObjC' }
98 # s.vendored_frameworks = 'libs/AVFoundationEx.FrameWork', 'libs/ImSDK.framework', 'libs/QALSDK.framework', 'libs/QAVSDK.framework', 'libs/TLSSDK.framework' 99 # s.vendored_frameworks = 'libs/AVFoundationEx.FrameWork', 'libs/ImSDK.framework', 'libs/QALSDK.framework', 'libs/QAVSDK.framework', 'libs/TLSSDK.framework'
99 s.vendored_frameworks = 'libs/ImSDK.framework', 'libs/QALSDK.framework', 'libs/QAVSDK.framework', 'libs/TLSSDK.framework' 100 s.vendored_frameworks = 'libs/ImSDK.framework', 'libs/QALSDK.framework', 'libs/QAVSDK.framework', 'libs/TLSSDK.framework'
100 - s.frameworks = 'AVFoundation', 'CoreGraphics', 'OpenGLES', 'CoreImage', 'QuartzCore', 'CoreMedia', 'UIKit', 'CoreVideo', 'AudioToolbox', 'CoreAudio'  
101 - s.libraries = 'z', 'sqlite3', 'c++', 'stdc++', 'iconv'  
102 101
103 # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # 102 # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
104 # 103 #
@@ -122,9 +121,12 @@ Pod::Spec.new do |s| @@ -122,9 +121,12 @@ Pod::Spec.new do |s|
122 121
123 # s.framework = "SomeFramework" 122 # s.framework = "SomeFramework"
124 # s.frameworks = "SomeFramework", "AnotherFramework" 123 # s.frameworks = "SomeFramework", "AnotherFramework"
  124 + s.frameworks = 'AVFoundation', 'CoreGraphics', 'OpenGLES', 'CoreImage', 'QuartzCore', 'CoreMedia', 'UIKit', 'CoreVideo', 'AudioToolbox', 'CoreAudio'
125 125
126 # s.library = "iconv" 126 # s.library = "iconv"
127 # s.libraries = "iconv", "xml2" 127 # s.libraries = "iconv", "xml2"
  128 + s.libraries = 'iconv', 'sqlite3', 'z'
  129 + # 'c++', 'stdc++',
128 130
129 131
130 # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # 132 # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -138,52 +140,4 @@ Pod::Spec.new do |s| @@ -138,52 +140,4 @@ Pod::Spec.new do |s|
138 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } 140 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139 # s.dependency "JSONKit", "~> 1.4" 141 # s.dependency "JSONKit", "~> 1.4"
140 142
141 - # s.subspec 'AVFoundationEx' do |ss|  
142 - # ss.vendored_frameworks = 'libs/AVFoundationEx.FrameWork'  
143 - # # ss.source_files = "libs/AVFoundationEx.FrameWork", "libs/AVFoundationEx.FrameWork/AVFoundationEx",  
144 - # # "libs/AVFoundationEx.FrameWork/**/*.*"  
145 - # # ss.public_header_files = 'libs/AVFoundationEx.FrameWork/Headers/*.h'  
146 - # # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'  
147 - # # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'  
148 - # ss.frameworks = 'AVFoundation', 'CoreAudio'  
149 - # # ss.osx.frameworks = 'CoreServices'  
150 - #  
151 - # end  
152 -  
153 - # s.subspec 'ImSDK' do |ss|  
154 - # # ss.source_files = "libs/ImSDK.framework", "libs/ImSDK.framework/ImSDK","libs/ImSDK.framework/**/*.*"  
155 - # # ss.public_header_files = 'libs/ImSDK.framework/Headers/*.h'  
156 - # ss.vendored_frameworks = 'libs/ImSDK.framework'  
157 - # # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'  
158 - # # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'  
159 - # # ss.osx.frameworks = 'CoreServices'  
160 - # end  
161 -  
162 - # s.subspec 'QALSDK' do |ss|  
163 - # # ss.source_files = "libs/QALSDK.framework", "libs/QALSDK.framework/QALSDK", "libs/QALSDK.framework/**/*.*"  
164 - # # ss.public_header_files = 'libs/QALSDK.framework/Headers/*.h'  
165 - # ss.vendored_frameworks = 'libs/QALSDK.framework'  
166 - # # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'  
167 - # # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'  
168 - # # ss.osx.frameworks = 'CoreServices'  
169 - # end  
170 -  
171 - # s.subspec 'QAVSDK' do |ss|  
172 - # # ss.source_files = "libs/QAVSDK.framework", "libs/QAVSDK.framework/QAVSDK" , "libs/QAVSDK.framework/**/*.*"  
173 - # # ss.public_header_files = 'libs/QAVSDK.framework/Headers/*.h'  
174 - # ss.vendored_frameworks = 'libs/QAVSDK.framework'  
175 - # # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'  
176 - # # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'  
177 - # # ss.osx.frameworks = 'CoreServices'  
178 - # end  
179 -  
180 - # s.subspec 'TLSSDK' do |ss|  
181 - # # ss.source_files = "libs/TLSSDK.framework", "libs/TLSSDK.framework/TLSSDK", "libs/TLSSDK.framework/**/*.*"  
182 - # # ss.public_header_files = 'libs/TLSSDK.framework/Headers/*.h'  
183 - # ss.vendored_frameworks = 'libs/TLSSDK.framework'  
184 - # # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'  
185 - # # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'  
186 - # # ss.osx.frameworks = 'CoreServices'  
187 - # end  
188 -  
189 end 143 end