Skip to content

Commit f279fc8

Browse files
committedApr 26, 2016
v4.3.2 & CocoaPods
1 parent bd07a8e commit f279fc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎CoreDataQueryInterface.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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
1616
end

‎CoreDataQueryInterface/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)
Please sign in to comment.