Skip to content

Commit

Permalink
Merge pull request #114 from corin8823/fix/update_podspec
Browse files Browse the repository at this point in the history
Update podspec and Fix swift 4.2
  • Loading branch information
corin8823 committed Nov 22, 2018
2 parents 9dd34e0 + 235cb0b commit 928a47a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0
4.2
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
osx_image: xcode9
osx_image: xcode10
language: objective-c
install:
- gem install cocoapods -v 1.3.1 --no-document
Expand All @@ -8,4 +8,4 @@ before_script:
- pod install

script:
- xcodebuild -workspace Popover.xcworkspace -scheme "PopoverExample" -destination 'platform=iOS Simulator,OS=11.0,name=iPhone 8' build test | xcpretty
- xcodebuild -workspace Popover.xcworkspace -scheme "PopoverExample" -destination 'platform=iOS Simulator,OS=12.0,name=iPhone 8' build test | xcpretty
4 changes: 2 additions & 2 deletions Popover.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Popover"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "Popover is a balloon library like facebook app. It is written in pure swift."
s.homepage = "https://github.com/corin8823"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |s|

s.source_files = 'Classes/*.swift'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0',
'SWIFT_VERSION' => '4.2',
}
end

0 comments on commit 928a47a

Please sign in to comment.