Skip to content

Commit 7abae2a

Browse files
committed
CocoaPods
1 parent e9ebd3e commit 7abae2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CoreDataQueryInterface.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'CoreDataQueryInterface'
3-
s.version = '4.3.2'
3+
s.version = '5.0'
44
s.license = 'MIT'
55
s.summary = 'A type-safe, fluent Swift library for working with Core Data.'
66
s.homepage = 'https://github.com/Prosumma/CoreDataQueryInterface'
77
s.social_media_url = 'http://twitter.com/prosumma'
88
s.authors = { 'Gregory Higley' => 'code@revolucent.net' }
99
s.source = { :git => "#{s.homepage}.git", :tag => "v#{s.version}" }
10-
s.ios.deployment_target = '8.1'
11-
s.osx.deployment_target = '10.9'
10+
s.ios.deployment_target = '9.0'
11+
s.osx.deployment_target = '10.11'
1212
s.watchos.deployment_target = '2.0'
1313
s.tvos.deployment_target = '9.0'
1414
s.source_files = 'CoreDataQueryInterface/*.swift'

0 commit comments

Comments
 (0)