From 67c2d2ba3ff6264565588b49c538abf29502807e Mon Sep 17 00:00:00 2001 From: Sam Dean Date: Tue, 24 Jun 2014 22:50:13 +0100 Subject: [PATCH] Update the pod to version 2.0.0, also tweak README and CHANGELOG --- CHANGELOG.md | 4 ++++ Demo/Podfile | 2 +- README.md | 2 +- librato-iOS.podspec | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d35c1..270bd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Demo/Podfile b/Demo/Podfile index 15c32fe..60233ee 100644 --- a/Demo/Podfile +++ b/Demo/Podfile @@ -1,3 +1,3 @@ -platform :ios, '6.0' +platform :ios, '7.0' pod 'librato-iOS', :path => '../librato-iOS.podspec' diff --git a/README.md b/README.md index 3d017b6..a244f2f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/librato-iOS.podspec b/librato-iOS.podspec index 0d14aa9..cafa794 100644 --- a/librato-iOS.podspec +++ b/librato-iOS.podspec @@ -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