2.0.0
This commit is contained in:
parent
908d3b4ee1
commit
12eedf762b
|
@ -13,7 +13,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<string>2.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'Defaults'
|
||||
s.version = '1.0.0'
|
||||
s.version = '2.0.0'
|
||||
s.summary = 'Swifty and modern UserDefaults'
|
||||
s.license = 'MIT'
|
||||
s.homepage = 'https://github.com/sindresorhus/Defaults'
|
||||
|
|
|
@ -397,6 +397,7 @@
|
|||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 52D6D9721BEFF229002C0205;
|
||||
|
|
|
@ -27,7 +27,7 @@ This package is used in production by the [Lungo](https://sindresorhus.com/lungo
|
|||
#### SwiftPM
|
||||
|
||||
```swift
|
||||
.package(url: "https://github.com/sindresorhus/Defaults", from: "1.0.0")
|
||||
.package(url: "https://github.com/sindresorhus/Defaults", from: "2.0.0")
|
||||
```
|
||||
|
||||
#### Carthage
|
||||
|
|
Loading…
Reference in New Issue