Skip to content

Commit

Permalink
Merge pull request #21 from apbendi/master
Browse files Browse the repository at this point in the history
Version Bump to 0.2.3
  • Loading branch information
rob phillips committed Sep 22, 2015
2 parents 225e623 + 890ccf0 commit abd8fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Forecastr.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Forecastr"
s.version = "0.2.2"
s.version = "0.2.3"
s.summary = "A simple, asynchronous Objective-C wrapper for the Forecast.io API."
s.homepage = "https://github.com/iwasrobbed/Forecastr"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.resources = "Forecastr/*.plist"
s.framework = 'CoreLocation'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 2.5.4'
s.dependency 'AFNetworking', '~> 2.6.0'
end

0 comments on commit abd8fe6

Please sign in to comment.