Skip to content

Commit

Permalink
chore: fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jeudesprits committed Feb 20, 2021
1 parent 14f5098 commit 52b84a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YUKTask.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YUKTask'
s.version = '0.1.5'
s.version = '1.0.0'
s.summary = 'Improved, fully generic version of Operation for iOS'
s.homepage = 'https://github.com/alberussoftware/yuk-task-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.swift_version = '5.3'
s.source_files = 'Sources/YUKTask/**/*'
s.frameworks = 'Foundation'
s.frameworks = 'Foundation', 'Combine'
s.dependency 'YUKLock'
end

0 comments on commit 52b84a4

Please sign in to comment.