Skip to content

Commit e614e6d

Browse files
committed
- Updated pod spec
1 parent 1475dfb commit e614e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OCMapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'OCMapper'
3-
s.version = 1.0.3
3+
s.version = '1.0.3'
44
s.summary = 'NSDictionary to NSObject Mapper'
55
s.homepage = 'https://github.com/aryaxt/OCMapper'
66
s.license = {
77
:type => 'MIT',
88
:file => 'License.txt'
99
}
1010
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/OCMapper'}
11-
s.source = {:git => 'https://github.com/aryaxt/OCMapper.git', :tag => 1.0.3}
11+
s.source = {:git => 'https://github.com/aryaxt/OCMapper.git', :tag => '1.0.3'}
1212
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}'
1313
s.framework = 'Foundation'
1414
s.requires_arc = true

0 commit comments

Comments
 (0)