diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/BugShaker.podspec b/BugShaker.podspec index f88083e..5e78539 100644 --- a/BugShaker.podspec +++ b/BugShaker.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.summary = 'Shake to submit a bug report (w/ screenshot) via email.' spec.source = { :git => 'https://github.com/dtrenz/BugShaker.git', :tag => spec.version.to_s } spec.source_files = 'Sources/*.swift' - spec.swift_version = '4.2' + spec.swift_version = '4.2', '5.0' spec.platform = :ios, '9.0' spec.frameworks = 'UIKit', 'MessageUI' spec.requires_arc = true diff --git a/Gemfile b/Gemfile index d1bf7c6..53c36c5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ -source "https://rubygems.org" - -gem "cocoapods" +source 'https://rubygems.org' do + gem 'cocoapods', '~> 1.7.0' +end diff --git a/Gemfile.lock b/Gemfile.lock index b59005c..da41bdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ PLATFORMS ruby DEPENDENCIES - cocoapods + cocoapods (~> 1.7.0)! BUNDLED WITH 2.0.1 diff --git a/README.md b/README.md index c701400..5598e33 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Shake to send a bug report! [![Version](https://img.shields.io/cocoapods/v/BugShaker.svg?style=flat)](http://cocoapods.org/pods/BugShaker) ![License](https://img.shields.io/cocoapods/l/BugShaker.svg?style=flat) ![Platform](https://img.shields.io/cocoapods/p/BugShaker.svg?style=flat) -![Swift Version](https://img.shields.io/badge/swift-v2.3-blue.svg) +![Swift Version](https://img.shields.io/badge/swift-v5-blue.svg) [![codecov.io](https://codecov.io/github/dtrenz/BugShaker/coverage.svg?branch=master)](https://codecov.io/github/dtrenz/BugShaker?branch=master) [![Sponsored by Detroit Labs](https://img.shields.io/badge/sponsor-Detroit%20Labs-000000.svg?style=flat)](http://www.detroitlabs.com)