Skip to content

Commit

Permalink
Updates for SplitRow to work with Swift 5 & Eureka 5.0.0
Browse files Browse the repository at this point in the history
Change platform to 9.3
  • Loading branch information
kamerc committed Apr 18, 2019
1 parent 711b154 commit cb4e147
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
platform :ios, '9.3'

target 'Example' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ SPEC REPOS:
SPEC CHECKSUMS:
Eureka: 0f64f477ec8ef6201c6fec143d60ff5c201cf654

PODFILE CHECKSUM: 48e81cb6265dd765e906cb34965214643e3ddbbd
PODFILE CHECKSUM: c9a8ec3c5837faa99aa96063ba9280064d61c203

COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Specify Eureka into your project's `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
platform :ios, '9.3'
use_frameworks!

pod 'SplitRow'
Expand Down Expand Up @@ -123,7 +123,7 @@ class ViewController: FormViewController {

## Requirements

* iOS 10.0+
* iOS 9.3+
* Xcode 9.0+
* Eureka ~> 5.0

Expand Down
2 changes: 1 addition & 1 deletion SplitRow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.homepage = "https://github.com/EurekaCommunity/SplitRow"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Marco Betschart"
s.social_media_url = "https://twitter.com/EurekaCommunity"
s.platform = :ios, "10.0"
s.platform = :ios, "9.3"
s.source = { :git => "https://github.com/EurekaCommunity/SplitRow.git", :tag => "#{s.version}" }
s.source_files = "SplitRow/**/*.{swift}"
s.frameworks = "UIKit", "Foundation"
Expand Down
4 changes: 2 additions & 2 deletions SplitRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -780,7 +780,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down

0 comments on commit cb4e147

Please sign in to comment.