diff --git a/HelpStack.podspec b/HelpStack.podspec index 63eebd6..fb47446 100644 --- a/HelpStack.podspec +++ b/HelpStack.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HelpStack" - s.version = "1.1" + s.version = "1.1.1" s.summary = "In-app customer support framework" s.description = 'See helpstack.io for more details' s.homepage = "https://github.com/happyfoxinc/helpstack" @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { "HappyFox" => "ios@happyfox.com" } s.platform = :ios, '7.0' - s.source = { :git => "https://github.com/happyfoxinc/helpstack.git", :tag => "1.1", :submodules => true } + s.source = { :git => "https://github.com/happyfoxinc/helpstack.git", :tag => "1.1.1", :submodules => true } s.resources = ['Resources/*.png','Resources/*.storyboard'] s.dependency 'AFNetworking', '~> 2.0' s.frameworks = 'UIKit', 'CoreGraphics'