Skip to content

Commit ede60df

Browse files
committed
Add swift_version
1 parent cd9f41c commit ede60df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftDictionaryCoding.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
1111
s.version = '1.0.0'
1212
s.summary = 'Decode / encode dictionaries.'
1313
s.description = 'Decode / encode instances of Decodable/Encodable objects to / from dictionaries'
14+
s.swift_version = '4.1'
1415

1516
s.homepage = 'https://github.com/ashleymills/SwiftDictionaryCoding'
1617
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)