Skip to content

Commit

Permalink
created a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kviatkovskii committed Jun 17, 2019
1 parent e198e8e commit 0a1b9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ language: swift
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace KVKCalendar.xcworkspace -scheme KVKCalendar -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/KVKCalendar.xcworkspace -scheme KVKCalendar-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
2 changes: 1 addition & 1 deletion KVKCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KVKCalendar'
s.version = '0.1.6'
s.version = '0.1.7'
s.summary = 'A most fully customization calendar library for iOS.'

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ it, simply add the following line to your Podfile or Cartfile:

```ruby
pod 'KVKCalendar'

github 'kvyatkovskys/KVKCalendar'
```

Expand Down

0 comments on commit 0a1b9f9

Please sign in to comment.