Pod::Spec.new do |s| s.name = "RNIBMMobileFirst" s.version = "8.0.2023020913" s.summary = "RNIBMMobileFirst" s.description = "RNIBMMobileFirst is bridge for a React Native app to IBM Mobile First Native iOS SDK" s.homepage = "" # s.license = "IBM" s.author = { "author" => "IBM" } s.homepage = "https://github.ibm.com/MobileFirst/mfp-react-native" s.platform = :ios, "9.0" s.source = {:path=>'.' } s.source_files = "*.{h,m}" s.requires_arc = true s.resource_bundles = { 'RNIBMMobileFirst' => [ 'Pod/Assets/**/*' ] } s.resources = "Assets/*" s.dependency "React" s.dependency "IBMMobileFirstPlatformFoundation" s.subspec 'RNMFP' do |ss| ss.preserve_paths = 'include/*.h' ss.vendored_libraries = 'lib/libRNMfpPlugin.a' ss.libraries = 'RNMfpPlugin' ss.xcconfig = { 'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/#{s.name}/include/**" } ss.dependency "IBMMobileFirstPlatformFoundation" end end