File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1 '
3+ s . version = '4.3.2 '
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'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
99 s . source = { :git => "#{ s . homepage } .git" , :tag => "v#{ s . version } " }
1010 s . ios . deployment_target = '8.1'
1111 s . osx . deployment_target = '10.9'
12- s . watchos . deployment_target = '9 .0'
13- s . tvos . deployment_target = '2 .0'
12+ s . watchos . deployment_target = '2 .0'
13+ s . tvos . deployment_target = '9 .0'
1414 s . source_files = 'CoreDataQueryInterface/*.swift'
1515 s . requires_arc = true
1616end
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.3.1 </string >
18+ <string >4.3.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments