Skip to content

Commit 704f90f

Browse files
committed
update Spec
1 parent ec767ca commit 704f90f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DataDecoder.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DataDecoder'
11-
s.version = '0.6.1'
11+
s.version = '0.6.3'
1212
s.summary = 'Swift Data Decoder. Easily Decode Data values'
1313

1414
s.description = <<-DESC
@@ -21,6 +21,9 @@ Swift Data Decoder. Easily Decode Data values.
2121
s.source = { :git => 'https://github.com/FitnessKit/DataDecoder.git', :tag => s.version.to_s }
2222

2323
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'
2427

2528
s.source_files = 'Sources/**/*'
2629

0 commit comments

Comments
 (0)