Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 81352bd

Browse files
committed
Fixed pod version conflict.
2 parents a33bd43 + e484aba commit 81352bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "Wit"
3-
s.version = "3.1.0"
3+
s.version = "3.1.1"
44
s.summary = "Wit.AI Official SDK"
55
s.description = <<-DESC
66
Official Wit SDK, https://wit.ai/docs/ios-tutorial/
77
DESC
88
s.homepage = "https://github.com/wit-ai/wit-ios-sdk"
99
s.author = { "Willy Blandin" => "[email protected]" }
10-
s.source = { :git => "https://github.com/wit-ai/wit-ios-sdk.git", :tag => "3.1.0" }
10+
s.source = { :git => "https://github.com/wit-ai/wit-ios-sdk.git", :tag => "3.1.1" }
1111

1212
s.platform = :ios, '6.0'
1313
s.ios.deployment_target = "6.0"

0 commit comments

Comments
 (0)