Skip to content

Commit

Permalink
Update the pod to version 2.0.0, also tweak README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nap-sam-dean committed Jun 24, 2014
1 parent 1114303 commit 67c2d2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.0.0

Upgrade to AFNetworking ~> 2.0 (iOS 7 only)

### Version 1.0.2

* Removed the `init` override in `LibratoMetric` to fix an issue where offline cached metrics could not be rehydrated
Expand Down
2 changes: 1 addition & 1 deletion Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
platform :ios, '6.0'
platform :ios, '7.0'

pod 'librato-iOS', :path => '../librato-iOS.podspec'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ librato-iOS

Metrics are automatically cached while the network is unavailable and saved if the app closes before they're submitted. Don't worry about submitting metrics, we make sure they don't go missing before they can be handed off to Librato's service.

Currently iOS versions 6 and 7 are supported and the wonderful [AFNetworking](https://github.com/AFNetworking/AFNetworking) is used to handle network duties.
Currently iOS version 7 and above is supported and the wonderful [AFNetworking 2](https://github.com/AFNetworking/AFNetworking) is used to handle network duties.

# Quick Start

Expand Down
2 changes: 1 addition & 1 deletion librato-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "librato-iOS"
s.version = "1.0.3"
s.version = "2.0.0"
s.summary = "Librato library for iOS"
s.description = <<-DESC
A simple, delightful wrapper for the Librato API with conveniences for common use cases
Expand Down

0 comments on commit 67c2d2b

Please sign in to comment.