Skip to content

Commit

Permalink
change min target to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry authored Nov 12, 2019
1 parent 78b1103 commit 92b17f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prettier.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Prettier.io wrapper for swift. An opinionated code formatter.
s.author = { 'Michael Henry Pantaleon' => '[email protected]' }
s.source = { :git => 'https://github.com/michaelhenry/Prettier.swift.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/michaelhenry119'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '11.0'
s.source_files = 'Prettier.swift/Classes/**/*'
s.resources = 'Prettier.swift/Assets/**/*'
end

0 comments on commit 92b17f8

Please sign in to comment.