Skip to content

Commit

Permalink
Fixe issue with CocoaPods Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mtynior committed Nov 7, 2016
1 parent e201d97 commit e6575e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
# Change Log

#### 1.x Releases
- `1.5.x` Releases - [1.5.0](#150)
- `1.5.x` Releases - [1.5.0](#150) | [1.5.1](#151) | [1.5.2](#152) | [1.5.3](#153)
- `1.4.x` Releases - [1.4.0](#140)
- `1.3.x` Releases - [1.3.0](#130)
- `1.2.x` Releases - [1.2.0](#120)
- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.0](#100)

---
## [1.5.3](https://github.com/mtynior/Felucia/releases/tag/1.5.3)
Released on 2016-11-07.

#### Fixed
- Project now targets Swift 3.0 explicitly due to CocoaPods validation error: `The validator for Swift projects uses Swift 3.0 by default, if you are using a different version of swift you can use a `.swift-version` file to set the version for your Pod`.

## [1.5.2](https://github.com/mtynior/Felucia/releases/tag/1.5.2)
Released on 2016-11-02.

#### Updated
- Project file to Swift 3

## [1.5.1](https://github.com/mtynior/Felucia/releases/tag/1.5.1)
Released on 2016-11-02.

#### Updated
- Project file to Swift 3

## [1.5.0](https://github.com/mtynior/Felucia/releases/tag/1.5.0)
Released on 2016-11-01.
Released on 2016-11-02.

#### Updated
- Source code to Swift 3.0
- Source code to Swift 3
- Project to Xcode 8

## [1.4.0](https://github.com/mtynior/Felucia/releases/tag/1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion Felucia.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Felucia"
s.version = "1.5.2"
s.version = "1.5.3"
s.summary = "UIColor extensions in swift."

s.homepage = "https://github.com/mtynior/Felucia"
Expand Down
2 changes: 2 additions & 0 deletions Felucia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -597,6 +598,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit e6575e5

Please sign in to comment.