Skip to content

Commit

Permalink
Updated manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jun 13, 2020
1 parent 3a21690 commit 108945a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Zephyr",
platforms: [.iOS(.v8)],
platforms: [.iOS(.v9), .tvOS(.v9)],
products: [.library(name: "Zephyr", targets: ["Zephyr"])],
targets: [.target(name: "Zephyr", path: "Sources")],
swiftLanguageVersions: [.v5]
Expand Down
4 changes: 2 additions & 2 deletions Zephyr.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# Version
s.version = "3.5.0"
s.swift_version = "5.1"
s.version = "3.5.1"
s.swift_version = "5.2"

# Meta
s.name = "Zephyr"
Expand Down

0 comments on commit 108945a

Please sign in to comment.