Pod::Spec.new do |s| s.name = 'NotaWebViewExt' s.version = '5.0.1' s.license = 'MIT' s.authors = { 'Notalib' => 'app@nota.dk' } s.homepage = 'https://github.com/Notalib/nativescript-webview-ext' s.source = { :git => 'https://github.com/Notalib/nativescript-webview-ext.git', :tag => s.version } s.summary = 'Nobody cares' s.ios.deployment_target = '9.0' s.source_files = 'NotaWebViewExt/*.swift' s.swift_version = '4.0' end