From 3cec06277d52e3a6bb307e87770b0bdeb230b808 Mon Sep 17 00:00:00 2001 From: Masahiro Hayashi Date: Mon, 24 Nov 2014 22:32:16 +0900 Subject: [PATCH] Update podspec --- Repro.podspec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Repro.podspec b/Repro.podspec index 1c33f0b..ba3ac4a 100644 --- a/Repro.podspec +++ b/Repro.podspec @@ -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 = { @@ -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