File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CoreDataQueryInterface'
3
- s . version = '4.3.1 '
3
+ s . version = '4.3.2 '
4
4
s . license = 'MIT'
5
5
s . summary = 'A type-safe, fluent Swift library for working with Core Data.'
6
6
s . homepage = 'https://github.com/Prosumma/CoreDataQueryInterface'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
9
9
s . source = { :git => "#{ s . homepage } .git" , :tag => "v#{ s . version } " }
10
10
s . ios . deployment_target = '8.1'
11
11
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'
14
14
s . source_files = 'CoreDataQueryInterface/*.swift'
15
15
s . requires_arc = true
16
16
end
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.3.1 </string >
18
+ <string >4.3.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments