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