version bump for OSX support

This commit is contained in:
John Rommel Estropia
2015-10-30 01:36:15 +09:00
parent fcb1d7cbbc
commit 6aed070e7c
3 changed files with 7 additions and 6 deletions

View File

@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "1.3.2"
s.version = "1.3.3"
s.license = "MIT"
s.summary = "Simple, elegant, and smart Core Data programming with Swift"
s.summary = "Unleashing the real power of Core Data with the elegance and safety of Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
s.author = { "John Rommel Estropia" => "rommel.estropia@gmail.com" }
s.source = { :git => "https://github.com/JohnEstropia/CoreStore.git", :tag => s.version.to_s }
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"