We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11965 commit b1761b1Copy full SHA for b1761b1
CoreDataCodable.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "CoreDataCodable"
3
- spec.version = "1.0.2"
+ spec.version = "1.1.0"
4
spec.summary = "Make NSManagedObject and Core Data interoperate with Swift's Decodable"
5
6
spec.description = <<-DESC
CoreDataCodable/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
+ <string>1.1.0</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
0 commit comments