You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These owners will be the default owners for everything in the repo.
2
+
# For more info, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
Copy file name to clipboardexpand all lines: README.md
+17-15
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ We currently have two variations of Example apps.
8
8
9
9
To get started with either of these:
10
10
- Open the associated project file.
11
-
- Add the Pusher public key to the `secrets.plist` file located in `/Sources/PaystackSDK/Core/Service/Subscription`
12
11
- Inside `ContentView.swift` (SwiftUI Example App) or `ViewController.swift` (UIKit Example app), modify the Paystack object that is being built to include the public key of the integration being used.
13
12
14
13
```swift
@@ -32,18 +31,7 @@ To install the SDK using [Swift Package Manager](https://github.com/apple/swift-
32
31
1. In Xcode, select “File” → “Add Packages...”
33
32
2. Enter https://github.com/PaystackHQ/paystack-sdk-ios.git
34
33
35
-
### CocoaPods
36
-
Add the pods to your Podfile as required:
37
-
```ruby
38
-
pod 'PaystackCore'
39
-
pod `PaystackUI`
40
-
```
41
-
42
-
And then run:
43
-
```ruby
44
-
pod install
45
-
```
46
-
After installing the Cocoapod into your project import it using
34
+
After installing with Swift package Manager into your project import it using
0 commit comments