Skip to content

Commit 7618afc

Browse files
committed
updated Swift version file, bumped podspec to 2.1.0, removed swift lint from travis test due to some issue with Xcode 10 and cocoapods
1 parent 4cb9376 commit 7618afc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

‎.swift-version‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.2

‎.travis.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ script:
2222
- xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer watchOS' -sdk iphonesimulator -destination 'name=Apple Watch - 42mm' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
2323
- xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer OS X' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
2424

25-
- pod lib lint
26-
2725
- xcodebuild -archivePath 'Tests' -project SwiftyTimerTests/SwiftyTimerTests.xcodeproj -scheme 'SwiftyTimerTests' archive && Tests.xcarchive/Products/Applications/SwiftyTimerTests.app/Contents/MacOS/SwiftyTimerTests

‎SwiftyTimer.podspec‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.newdo |s|
22
s.name='SwiftyTimer'
3-
s.version='2.0.0'
3+
s.version='2.1.0'
44
s.license='MIT'
55
s.summary='Swifty API for NSTimer'
66
s.homepage='https://github.com/radex/SwiftyTimer'
@@ -14,4 +14,4 @@ Pod::Spec.new do |s|
1414
s.watchos.deployment_target='2.0'
1515

1616
s.source_files='Sources/*.swift'
17-
end
17+
end

0 commit comments

Comments
(0)