From 403fbc26cca2f7b8abeb326dbce61b2f89b54c74 Mon Sep 17 00:00:00 2001 From: horitaku46 Date: Sun, 25 Mar 2018 17:22:16 +0900 Subject: [PATCH] fix podspec --- Serrata.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Serrata.podspec b/Serrata.podspec index 3e96ef4..d6fa098 100644 --- a/Serrata.podspec +++ b/Serrata.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "./LICENSE" } s.author = { "Takuma Horiuchi" => "horitaku46@gmail.com" } s.social_media_url = "https://twitter.com/horitaku46" - s.platform = :ios, "10.0" + s.platform = :ios, "11.0" s.source = { :git => "https://github.com/horitaku46/Serrata.git", :tag => "#{s.version}" } s.source_files = "Serrata/Sources/*.{swift}" s.resources = "Serrata/**/*.{storyboard,xib,xcassets}"