Skip to content

Commit c7ebc1e

Browse files
committed
Updated podspec to version 1.1.1
1 parent c091189 commit c7ebc1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HelpStack.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
Pod::Spec.new do |s|
33
s.name = "HelpStack"
4-
s.version = "1.1"
4+
s.version = "1.1.1"
55
s.summary = "In-app customer support framework"
66
s.description = 'See helpstack.io for more details'
77
s.homepage = "https://github.com/happyfoxinc/helpstack"
88
s.social_media_url = "https://twitter.com/helpstacksdk"
99
s.license = 'MIT'
1010
s.author = { "HappyFox" => "ios@happyfox.com" }
1111
s.platform = :ios, '7.0'
12-
s.source = { :git => "https://github.com/happyfoxinc/helpstack.git", :tag => "1.1", :submodules => true }
12+
s.source = { :git => "https://github.com/happyfoxinc/helpstack.git", :tag => "1.1.1", :submodules => true }
1313
s.resources = ['Resources/*.png','Resources/*.storyboard']
1414
s.dependency 'AFNetworking', '~> 2.0'
1515
s.frameworks = 'UIKit', 'CoreGraphics'

0 commit comments

Comments
 (0)