Skip to content

Commit 646380f

Browse files
committed
Increase version in pod spec for 1.18.1 release
1 parent 156893d commit 646380f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClearBlade-iOS-API.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.platform = :osx
44
s.platform = :ios
55
s.name = "ClearBlade-iOS-API"
6-
s.version = "1.18.0"
6+
s.version = "1.18.1"
77
s.summary = "iOS API libraries for the ClearBlade Platform"
88

99
s.ios.deployment_target = '7.0'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.license = { :type => 'EPL', :file => 'LICENSE' }
2020
s.author = { "ClearBlade, Inc." => "support@clearblade.com" }
2121

22-
s.source = { :git => "https://github.com/ClearBlade/iOS-API.git", :tag => '1.18.0' }
22+
s.source = { :git => "https://github.com/ClearBlade/iOS-API.git", :tag => '1.18.1' }
2323
s.header_dir = 'libmosquitto'
2424
s.source_files = 'ClearBladeAPI/**/*.{h,m,c}'
2525
s.exclude_files = 'ClearBladeAPI/libmosquitto/*.c'

0 commit comments

Comments
 (0)