From 5a52afa08613132995e578d63259a0bd3472b008 Mon Sep 17 00:00:00 2001 From: Nikita Ermolenko Date: Mon, 18 Sep 2017 19:25:43 +0600 Subject: [PATCH] Change pod version -> 1.0.0 --- CodableAlamofire.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodableAlamofire.podspec b/CodableAlamofire.podspec index 7e2a3bd..3375f8c 100644 --- a/CodableAlamofire.podspec +++ b/CodableAlamofire.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "CodableAlamofire" - s.version = "0.9.0" + s.version = "1.0.0" s.summary = "An extension for Alamofire that converts JSON data into Decodable Objects." s.homepage = "https://github.com/Otbivnoe/CodableAlamofire" s.license = { :type => "MIT", :file => "LICENSE" }