Skip to content

Commit

Permalink
Merge pull request #134 from corin8823/update/version_v1.3
Browse files Browse the repository at this point in the history
Update version for v1.3.0
  • Loading branch information
corin8823 authored Jan 1, 2020
2 parents 74cc682 + 82bab77 commit 46ba4dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
osx_image: xcode10.2
osx_image: xcode11.0
language: objective-c
install:
- gem install cocoapods -v 1.3.1 --no-document
- gem install cocoapods -v 1.8.0 --no-document

before_script:
- cd Example
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 corin8823 <[email protected]>
Copyright (c) 2020 corin8823 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Popover.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Popover"
s.version = "1.2.3"
s.version = "1.3.0"
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 Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ popover.show(aView, fromView: self.leftBottomButton)
```

## Requirements
- iOS 8.0+
- Swift 4

If you use Swift 3.0, try Popover 1.1.0.
If you use Swift 2.2 or 2.3, try Popover 0.9.1.
- iOS 9.0+
- Swift 5

## Installation

Expand Down

0 comments on commit 46ba4dc

Please sign in to comment.