Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Apr 9, 2019
1 parent 0ff426c commit 6bafa04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file.

---

## [Master](https://github.com/fulldecent/FDBarGuage/compare/2.0.3...master)
## [Master](https://github.com/fulldecent/FDBarGuage/compare/3.0.0...master)

#### KNOWN ISSUES

- Localization is broken, discuss at https://github.com/fulldecent/FDTake/pull/99

---

## [3.0.0](https://github.com/fulldecent/FDBarGuage/compare/3.0.0)

#### Updated

- Switched to target Swift 5.

---

## [2.0.3](https://github.com/fulldecent/FDBarGuage/compare/2.0.3)

#### Fixed
Expand Down
4 changes: 2 additions & 2 deletions FDTake.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FDTake"
s.version = "2.0.3"
s.version = "3.0.0"
s.summary = "Easily take a photo or video or choose from library"
s.description = <<-DESC
`FDTake` helps you quickly have the user take or choose an existing photo or video.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/fulldecent'
s.platform = :ios, '10.0'
s.requires_arc = true

s.swift_version = '5.0'
s.source_files = 'Source/*.{h,m,swift}','Source/*.swift'
s.resource = 'Source/*.lproj/*'
end

0 comments on commit 6bafa04

Please sign in to comment.