From 503f2de23d08eb926b2fdcd7a8f74736939efe9c Mon Sep 17 00:00:00 2001 From: Matt Martel Date: Fri, 13 Feb 2015 09:44:17 -0700 Subject: [PATCH] Updated pod spec version. --- SMXMLDocument.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMXMLDocument.podspec b/SMXMLDocument.podspec index 7904ff1..200da5d 100644 --- a/SMXMLDocument.podspec +++ b/SMXMLDocument.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SMXMLDocument" - s.version = "1.0.1" + s.version = "1.1" s.summary = "A lightweight XML Document class for iOS." s.description = <<-DESC SMXMLDocument is a very handy lightweight XML parser for iOS.