Showing
1 changed file
with
1 additions
and
1 deletions
@@ -94,6 +94,7 @@ Pod::Spec.new do |s| | @@ -94,6 +94,7 @@ Pod::Spec.new do |s| | ||
94 | # s.exclude_files = "Classes/Exclude" | 94 | # s.exclude_files = "Classes/Exclude" |
95 | 95 | ||
96 | # s.public_header_files = "Classes/**/*.h" | 96 | # s.public_header_files = "Classes/**/*.h" |
97 | + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/AV_iOS_SDK/libs', 'OTHER_LDFLAGS' => '-ObjC' } | ||
97 | 98 | ||
98 | 99 | ||
99 | # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 100 | # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
@@ -143,7 +144,6 @@ Pod::Spec.new do |s| | @@ -143,7 +144,6 @@ Pod::Spec.new do |s| | ||
143 | # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' | 144 | # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' |
144 | ss.ios.frameworks = 'AVFoundation' | 145 | ss.ios.frameworks = 'AVFoundation' |
145 | # ss.osx.frameworks = 'CoreServices' | 146 | # ss.osx.frameworks = 'CoreServices' |
146 | - ss.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/AVFoundationEx.FrameWork"', 'OTHER_LDFLAGS' => '-ObjC' } | ||
147 | 147 | ||
148 | end | 148 | end |
149 | 149 |
-
Please register or login to post a comment