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 ec767ca commit 704f90fCopy full SHA for 704f90f
DataDecoder.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'DataDecoder'
11
- s.version = '0.6.1'
+ s.version = '0.6.3'
12
s.summary = 'Swift Data Decoder. Easily Decode Data values'
13
14
s.description = <<-DESC
@@ -21,6 +21,9 @@ Swift Data Decoder. Easily Decode Data values.
21
s.source = { :git => 'https://github.com/FitnessKit/DataDecoder.git', :tag => s.version.to_s }
22
23
s.ios.deployment_target = '8.0'
24
+ s.osx.deployment_target = '10.10'
25
+ s.tvos.deployment_target = '9.0'
26
+ s.watchos.deployment_target = '2.0'
27
28
s.source_files = 'Sources/**/*'
29
0 commit comments