Pod::Spec.new do |spec| spec.name = "RNDocumentMask" spec.version = "2.0.0" spec.summary = "DocumentMask" spec.description = "User input masking library." spec.homepage = "https://github.com/allysonfield/react-native-document-mask" spec.license = "MIT" spec.author = { "Egor Taflanidi" => "et@redmadrobot.com" } spec.source = { :git => "https://github.com/allysonfield/react-native-document-mask", :tag => spec.version.to_s } spec.platform = :ios, "8.0" spec.requires_arc = true spec.source_files = "DocumentMask/Classes/**/*" spec.swift_version = "5.0" end