diff --git a/RNCardConnectReactLibrary.podspec b/RNCardConnectReactLibrary.podspec index 0410bec..4cf15e5 100644 --- a/RNCardConnectReactLibrary.podspec +++ b/RNCardConnectReactLibrary.podspec @@ -12,8 +12,8 @@ Pod::Spec.new do |s| s.authors = { "Brijesh Singh" => "brijeshsinghcs0013@gmail.com" } s.platforms = { :ios => "9.0" } s.source = { :git => "https://github.com/BigRoomStudios/react-native-card-connect.git", :tag => "#{s.version}" } - s.source_files = "ios/*.{h,m}" + s.source_files = "ios/*.{h,m}", "ios/BoltMobileSDK.framework/IDTech.bundle" s.requires_arc = true s.dependency "React" - s.ios.vendored_frameworks = "**/ios/BoltMobileSDK.framework", "**/ios/BoltMobileSDK.framework/IDTech.bundle" + s.ios.vendored_frameworks = "**/ios/BoltMobileSDK.framework" end