package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| s.name = "react-native-yusha-customkeyboard-fix" s.version = package['version'] s.summary = package['description'] s.description = package['description'] s.homepage = package['homepage'] s.license = package['license'] s.author = package['author'] s.source = { :git => "https://github.com/lyxia/react-native-yusha-customKeyboard.git", :tag => 'v0.1.3'} s.source_files = 'ios/**/*.{h,m}' s.platform = :ios, "9.0" s.dependency 'React' end