Skip to content

Commit e490979

Browse files
committed
CocoaPods
1 parent c033739 commit e490979

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CoreDataQueryInterface.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'CoreDataQueryInterface'
3-
s.version = '3.1.1'
3+
s.version = '4.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-
1110
s.ios.deployment_target = '8.1'
1211
s.osx.deployment_target = '10.9'
13-
1412
s.source_files = 'CoreDataQueryInterface/*.swift'
15-
1613
s.requires_arc = true
1714
end

0 commit comments

Comments
 (0)