specify swift version in podspec

This commit is contained in:
John Rommel Estropia
2018-06-10 11:47:03 +09:00
parent 3d43314076
commit 4aa461872f
5 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "5.1.0"
s.swift_version = "4.1"
s.license = "MIT"
s.summary = "Unleashing the real power of Core Data with the elegance and safety of Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"