From e614e6d3e45a9bad2f41a08b0db606f5a0d2ba98 Mon Sep 17 00:00:00 2001
From: Aryan Ghassemi <aryaxt@gmail.com>
Date: Tue, 24 Dec 2013 09:08:58 -0800
Subject: [PATCH] - Updated pod spec

---
 OCMapper.podspec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OCMapper.podspec b/OCMapper.podspec
index 7a31498..b613293 100644
--- a/OCMapper.podspec
+++ b/OCMapper.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
     s.name = 'OCMapper'
-    s.version = ‘1.0.3’
+    s.version = '1.0.3'
     s.summary = 'NSDictionary to NSObject Mapper'
     s.homepage = 'https://github.com/aryaxt/OCMapper'
     s.license = {
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
       :file => 'License.txt'
     }
     s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/OCMapper'}
-    s.source = {:git => 'https://github.com/aryaxt/OCMapper.git', :tag => ‘1.0.3’}
+    s.source = {:git => 'https://github.com/aryaxt/OCMapper.git', :tag => '1.0.3'}
     s.source_files = 'OCMapper/Source/*.{h,m}','OCMapper/Source/Categories/*.{h,m}','OCMapper/Source/Logging Provider/*.{h,m}','OCMapper/Source/Instance Provider/*.{h,m}','OCMapper/Source/Mapping Provider/*.{h,m}','OCMapper/Source/Mapping Provider/In Code Mapping/*.{h,m}','OCMapper/Source/Mapping Provider/PLIST Mapping/*.{h,m}','OCMapper/Source/Mapping Provider/XML Mapping/*.{h,m}' 
     s.framework = 'Foundation'
     s.requires_arc = true