Skip to content

Commit 842b744

Browse files
Merge branch 'master' into master
2 parents a06dd7e + 87cff0f commit 842b744

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

SSSpinnerButton.podspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ Pod::Spec.new do |s|
2424
s.ios.deployment_target = "10.0"
2525
s.swift_version = '5.0'
2626

27-
2827
s.source = { :git => "https://github.com/simformsolutions/SSSpinnerButton.git", :tag => "#{s.version}" }
2928
#s.source = { :path => ".", :tag => "#{s.version}" }
3029

3130
s.source_files = 'SSSpinnerButton/**/*.swift'
3231
#s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
3332
s.documentation_url = 'docs/index.html'
3433

35-
36-
3734
end

SSSpinnerButton.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
SDKROOT = iphoneos;
520520
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
521521
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
522-
SWIFT_VERSION = 4.2;
522+
SWIFT_VERSION = 5.0;
523523
};
524524
name = Debug;
525525
};
@@ -571,7 +571,7 @@
571571
MTL_ENABLE_DEBUG_INFO = NO;
572572
SDKROOT = iphoneos;
573573
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
574-
SWIFT_VERSION = 4.2;
574+
SWIFT_VERSION = 5.0;
575575
VALIDATE_PRODUCT = YES;
576576
};
577577
name = Release;
@@ -666,7 +666,7 @@
666666
SDKROOT = iphoneos;
667667
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
668668
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
669-
SWIFT_VERSION = 4.2;
669+
SWIFT_VERSION = 5.0;
670670
};
671671
name = Analyze;
672672
};

0 commit comments

Comments
 (0)