File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22Pod ::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'
You can’t perform that action at this time.
0 commit comments