Skip to content

Commit

Permalink
Updated podspec to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinchhajer1 committed Jan 6, 2015
1 parent c091189 commit c7ebc1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelpStack.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

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"
s.social_media_url = "https://twitter.com/helpstacksdk"
s.license = 'MIT'
s.author = { "HappyFox" => "[email protected]" }
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'
Expand Down

0 comments on commit c7ebc1e

Please sign in to comment.