Skip to content

Commit

Permalink
Add deployment target for OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Mar 3, 2017
1 parent e4ac565 commit ec9b380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FieryCrucible.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ A minimalist type safe Swift dependency injector factory. Where all true instanc
s.source = { :git => 'https://github.com/jkolb/FieryCrucible.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/nabobnick'
s.ios.deployment_target = '8.0'
s.source_files = 'Sources/*'
s.osx.deployment_target = '10.10'
s.source_files = 'Sources/*.swift'
end

0 comments on commit ec9b380

Please sign in to comment.