Pod::Spec.new do |s| s.name = "RNIBMMobileFirstJSONStore" s.version = "8.0.2022081612" s.summary = "RNIBMMobileFirstJSONStore" s.description = "RNIBMMobileFirstJSONStore is bridge for a React Native app to IBM Mobile First Native JSONStore 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.dependency "React" s.dependency "IBMMobileFirstPlatformFoundationJSONStore" s.subspec 'RNMFPJSONStore' do |ss| ss.preserve_paths = 'include/*.h' ss.vendored_libraries = 'lib/libRNMfpJSONStorePlugin.a' ss.libraries = 'RNMfpJSONStorePlugin' ss.xcconfig = { 'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/#{s.name}/include/**" } ss.dependency "IBMMobileFirstPlatformFoundationJSONStore" end end