Skip to content

Commit

Permalink
Merge pull request #8 from Gray-Wind/master
Browse files Browse the repository at this point in the history
Update to Swift 5
  • Loading branch information
mkj-is authored Oct 17, 2019
2 parents 33cce03 + be733a3 commit edaaf11
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Sonar: 2f455f69841fadef1bd92f13f187569dfb3f5ad4
Sonar: 98ab118f862cc1ce32f4129811100bf0d76c3864

PODFILE CHECKSUM: b85457d725335c87745002db0612cea5101858a0

COCOAPODS: 1.6.0.beta.1
COCOAPODS: 1.8.3
10 changes: 6 additions & 4 deletions Example/Sonar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,12 @@
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 0820;
LastSwiftMigration = 1110;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 0820;
LastSwiftMigration = 1110;
TestTargetID = 607FACCF1AFB9204008FA782;
};
};
Expand Down Expand Up @@ -489,7 +491,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -503,7 +505,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand All @@ -524,7 +526,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sonar_Example.app/Sonar_Example";
};
name = Debug;
Expand All @@ -542,7 +544,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sonar_Example.app/Sonar_Example";
};
name = Release;
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Version 3.x - Swift 3.0+

Version 4.x - Swift 4.2+

Version 5.x - Swift 5.0+

## Installation

Sonar is available through [CocoaPods](http://cocoapods.org). To install
Expand Down
4 changes: 2 additions & 2 deletions Sonar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Sonar"
s.version = "4.0.0"
s.version = "5.0.0"
s.summary = "Radar style view written in swift"

# This description is used to generate tags and improve search results.
Expand All @@ -29,7 +29,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '8.0'
s.requires_arc = true
s.swift_version = '4.2'
s.swift_version = '5.0'

s.source_files = 'Pod/Classes/**/*'
# s.resource_bundles = {}
Expand Down

0 comments on commit edaaf11

Please sign in to comment.