Skip to content

Commit

Permalink
Swift 4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgrigor committed Sep 13, 2018
1 parent 4fdab69 commit d2105c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CloudKitGDPR.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CloudKitGDPR'
s.version = '1.1.0-beta'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Framework for allowing users to manage data stored in iCloud.'
s.homepage = 'https://github.com/arturgrigor/CloudKitGDPR'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ brew install carthage
To integrate CloudKitGDPR into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "arturgrigor/CloudKitGDPR" "swift-4.2"
github "arturgrigor/CloudKitGDPR" ~> 1.1
```

Run `carthage update` to build the framework and drag the built `CloudKitGDPR.framework` into your Xcode project.
Expand All @@ -53,7 +53,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'CloudKitGDPR', :git => 'https://github.com/arturgrigor/CloudKitGDPR.git', :branch => 'swift-4.2'
pod 'CloudKitGDPR', '~> 1.1'
end
```

Expand All @@ -71,7 +71,7 @@ Once you have your Swift package set up, adding CloudKitGDPR as a dependency is

```swift
dependencies: [
.package(url: "https://github.com/arturgrigor/CloudKitGDPR.git", .branch("swift-4.2"))
.Package(url: "https://github.com/arturgrigor/CloudKitGDPR.git", majorVersion: 1)
]
```

Expand Down

0 comments on commit d2105c3

Please sign in to comment.