Skip to content

Commit ed47954

Browse files
Switch usage of swift_versions from .swift-version
1 parent 57eb96d commit ed47954

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

OpenGraph.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1818
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.
1919
DESC
2020

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

0 commit comments

Comments
 (0)