From 795e25604a9967ec3c49f9759ca0b183a9138aaf Mon Sep 17 00:00:00 2001 From: Conrad Stoll Date: Wed, 22 May 2013 19:55:46 -0500 Subject: [PATCH] Updating podspec to 1.0.2 --- MMRecord.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMRecord.podspec b/MMRecord.podspec index 92bc2c3..cff597e 100644 --- a/MMRecord.podspec +++ b/MMRecord.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MMRecord' - s.version = '1.0.1' + s.version = '1.0.2' s.license = 'MIT' s.summary = 'A simple block based web service integration library.' s.homepage = 'https://github.com/MutualMobile/MMRecord' s.authors = { 'Conrad Stoll' => 'conrad.stoll@mutualmobile.com' } - s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.1' } + s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.2' } s.requires_arc = true s.preferred_dependency = 'Core'