We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f41c commit ede60dfCopy full SHA for ede60df
SwiftDictionaryCoding.podspec
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
11
s.version = '1.0.0'
12
s.summary = 'Decode / encode dictionaries.'
13
s.description = 'Decode / encode instances of Decodable/Encodable objects to / from dictionaries'
14
+ s.swift_version = '4.1'
15
16
s.homepage = 'https://github.com/ashleymills/SwiftDictionaryCoding'
17
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments