Skip to content

Commit

Permalink
chore: add swift_versions to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jun 7, 2019
1 parent 4041601 commit 978253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mockingjay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.10'
spec.requires_arc = true
spec.swift_versions = ['4.2', '5.0']

spec.subspec 'Core' do |core_spec|
core_spec.dependency 'URITemplate', '~> 3.0'
Expand Down

0 comments on commit 978253c

Please sign in to comment.