Skip to content

Commit afe719b

Browse files
committed
Update config files
1 parent ab3da71 commit afe719b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c # no matter that it is swift :)
2-
osx_image: xcode10
2+
osx_image: xcode10.2
33
script:
44
- xcodebuild -project TweeTextField.xcodeproj -scheme "TweeTextField-Sample" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.1,name=iPhone 7" -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build
55
- xcodebuild -project TweeTextField.xcodeproj -scheme "TweeTextField" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build

TweeTextField.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is lightweight library that provides different types of Text Fields based o
1414
s.author = { 'Oleg Hnidets' => 'oleg.oleksan@gmail.com' }
1515
s.source = { :git => 'https://github.com/oleghnidets/TweeTextField.git', :tag => s.version.to_s }
1616
s.ios.deployment_target = '10.0'
17+
s.swift_version = '5.0'
1718
s.requires_arc = true
1819
s.source_files = 'Sources/*.swift'
1920
s.frameworks = 'UIKit'

0 commit comments

Comments
 (0)