We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc882cc + 9065e7e commit f479023Copy full SHA for f479023
.travis.yml
@@ -7,6 +7,6 @@ after_script:
7
8
9
language: objective-c
10
-osx_image: xcode9.2
+osx_image: xcode9.3
11
xcode_workspace: Cosmic.xcworkspace # path to your xcodeproj folder
12
xcode_scheme: Cosmic
Cosmic.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Cosmic"
4
- s.version = "4.0.0"
+ s.version = "4.1.0"
5
s.summary = "A log reporting framework written in Swift"
6
s.description = <<-DESC
0 commit comments