Pod::Spec.new do |s| s.name = "SentianceEventTimeline" s.version = "6.21.0-alpha.1" s.summary = "SentianceEventTimeline" s.description = <<-DESC SentianceEventTimeline DESC s.homepage = "https://developers.sentiance.com/docs" s.license = "MIT" s.author = { "author" => "sdk@sentiance.com" } s.platform = :ios, "9.0" s.source = { :path => '.' } s.source_files = "ios/**/*.{h,m,swift}" s.requires_arc = true s.static_framework = true s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/SENTSDK' } s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" } s.swift_version = '5.0' s.dependency "React" s.dependency "RNSentianceCore" end