Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Nov 24, 2014
1 parent ba753ec commit 3cec062
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Repro.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Repro'
s.version = '0.3.5'
s.version = '0.3.6'
s.summary = 'Tracking & recording user behavior in your app.'
s.homepage = 'https://repro.io/'
s.license = {
Expand All @@ -18,8 +18,10 @@ Pod::Spec.new do |s|
s.platform = :ios
s.requires_arc = true

s.public_header_files = 'Repro.framework/**/*.h'
s.vendored_frameworks = 'Repro.framework'
s.public_header_files = 'Repro.embeddedframework/Repro.framework/Headers/*.h'
s.vendored_frameworks = 'Repro.embeddedframework/Repro.framework'
s.resource = 'Repro.embeddedframework/Resources/ReproSDKResources.bundle'

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

0 comments on commit 3cec062

Please sign in to comment.