Skip to content

Commit

Permalink
fix(podspec): add dependency to Security.framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Sep 10, 2015
1 parent fcd084b commit ff47551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repro.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'Repro.embeddedframework/Repro.framework'
s.resource = 'Repro.embeddedframework/Resources/ReproSDKResources.bundle'

s.frameworks = 'AVFoundation', 'QuartzCore', 'CoreMedia', 'CoreVideo'
s.frameworks = 'AVFoundation', 'QuartzCore', 'CoreMedia', 'CoreVideo', 'Security'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC'}
end

0 comments on commit ff47551

Please sign in to comment.