Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Added watchOS deployment target to the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdias committed May 21, 2016
1 parent 2a46d48 commit e17985f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FeedParser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.source_files = 'Sources/**/*.swift'
end

0 comments on commit e17985f

Please sign in to comment.