File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments