We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c033739 commit e490979Copy full SHA for e490979
CoreDataQueryInterface.podspec
@@ -1,17 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'CoreDataQueryInterface'
3
- s.version = '3.1.1'
+ s.version = '4.0'
4
s.license = 'MIT'
5
s.summary = 'A type-safe, fluent Swift library for working with Core Data.'
6
s.homepage = 'https://github.com/Prosumma/CoreDataQueryInterface'
7
s.social_media_url = 'http://twitter.com/prosumma'
8
s.authors = { 'Gregory Higley' => 'code@revolucent.net' }
9
s.source = { :git => "#{s.homepage}.git", :tag => "v#{s.version}" }
10
-
11
s.ios.deployment_target = '8.1'
12
s.osx.deployment_target = '10.9'
13
14
s.source_files = 'CoreDataQueryInterface/*.swift'
15
16
s.requires_arc = true
17
end
0 commit comments