Skip to content

Commit

Permalink
Swifty 1.3.0
Browse files Browse the repository at this point in the history
- Now uses Swift 5
  • Loading branch information
biocross committed May 27, 2019
1 parent a26fb20 commit 8581b25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.3.0](https://github.com/Flipkart/Swifty/releases/tag/1.3.0)
Released on 2019-05-27.

Swifty has been upgraded for Swift 5.

## [1.2.1](https://github.com/Flipkart/Swifty/releases/tag/1.2.1)
Released on 2019-05-25.

Expand Down
2 changes: 1 addition & 1 deletion Example/Swifty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
607FACE51AFB9204008FA782 /* Swifty_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Swifty_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* PerformanceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerformanceTests.swift; sourceTree = "<group>"; };
6FC2AC4FEE03381BE37DDCF1 /* Swifty.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Swifty.podspec; path = ../Swifty.podspec; sourceTree = "<group>"; };
6FC2AC4FEE03381BE37DDCF1 /* Swifty.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Swifty.podspec; path = ../Swifty.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
71CB82CDEBE590A6D3B26518 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
83737E5CBEA31C24935B7049 /* Pods-Swifty_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Swifty_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Swifty_Example/Pods-Swifty_Example.debug.xcconfig"; sourceTree = "<group>"; };
997772C54A474A1C5FF0031C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
Expand Down
4 changes: 2 additions & 2 deletions Swifty.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Swifty'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'Lightweight & Fast Network Abstraction Layer for iOS'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.swift_version = '4.2'
s.swift_version = '5'

s.source_files = 'Sources/**/*'
end

0 comments on commit 8581b25

Please sign in to comment.