Skip to content

Commit

Permalink
Switch usage of swift_versions from .swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-takano committed Aug 19, 2019
1 parent 57eb96d commit ed47954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions OpenGraph.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
OpenGraph is a Swift wrapper for the Open Graph protocol. You can fetch OpenGraph,then you can access the attributes with subscript and the key provided by enum type.
DESC

s.swift_versions = ['5.0']
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/satoshi-takano/OpenGraph.git", :tag => s.version.to_s }
s.source_files = "OpenGraph/*.{swift,h,m}"
Expand Down

0 comments on commit ed47954

Please sign in to comment.