Skip to content

Commit

Permalink
Bumped podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassnielsen committed May 13, 2014
1 parent e6cd464 commit 5c49a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ DerivedData
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/
# Pods/

4 changes: 2 additions & 2 deletions PAMWebBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PAMWebBrowser'
s.version = '0.1.22'
s.version = '0.1.23'
s.license = 'MIT'
s.homepage = 'https://github.com/PAM-AS/PAMWebBrowser'
s.authors = {'Thomas S. Nielsen' => '[email protected]'}
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

# Source Info
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/PAM-AS/PAMWebBrowser.git', :tag => '0.1.22' }
s.source = {:git => 'https://github.com/PAM-AS/PAMWebBrowser.git', :tag => '0.1.23' }
s.source_files = 'Classes/*.{h,m}'
s.resources = 'assets/*.storyboard'

Expand Down

0 comments on commit 5c49a3e

Please sign in to comment.