浏览代码

Remove .swift-version, add s.swift_version to podspec

bizz84 6 年之前
父节点
当前提交
a50fffe841
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      .swift-version
  2. 1 1
      SwiftyStoreKit.podspec

+ 0 - 1
.swift-version

@@ -1 +0,0 @@
-3.0

+ 1 - 1
SwiftyStoreKit.podspec

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = '8.0'
   s.osx.deployment_target = '10.10'
   s.tvos.deployment_target = '9.0' 
-
+  s.swift_version = '4.2'
   s.source       = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
 
   s.source_files = 'SwiftyStoreKit/*.{swift}'