Skip to content

Commit ccf5acf

Browse files
committed
Update README.md
1 parent 328fb61 commit ccf5acf

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

Example/PixelSDKExample.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
isa = PBXProject;
360360
attributes = {
361361
LastSwiftUpdateCheck = 1120;
362-
LastUpgradeCheck = 1200;
362+
LastUpgradeCheck = 1210;
363363
ORGANIZATIONNAME = "GottaYotta, Inc.";
364364
TargetAttributes = {
365365
1FCA58BA23B6BDEB0087B542 = {

Example/PixelSDKExample.xcodeproj/xcshareddata/xcschemes/PixelSDKExample.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1210"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Pods/Pods.xcodeproj/project.pbxproj

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/PixelSDK-GPUImage3.xcscheme

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/PixelSDK.xcscheme

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/joshbernfeld.xcuserdatad/xcschemes/Pods-PixelSDKExample.xcscheme

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@ Pixel SDK is a photo and video editing framework written in Swift.
8383

8484
### CocoaPods
8585

86-
[CocoaPods](https://cocoapods.org/) is a dependency manager for iOS projects. To integrate PixelSDK into your Xcode project using CocoaPods, specify it in your `Podfile`:
86+
[CocoaPods](https://cocoapods.org/) is a dependency manager for iOS projects. To integrate PixelSDK into your Xcode project, first ensure you have the latest version of CocoaPods installed by running the following command:
87+
88+
```
89+
$ sudo gem install cocoapods
90+
```
91+
92+
Specify PixelSDK in your `Podfile`:
8793

8894
```
8995
pod 'PixelSDK'

0 commit comments

Comments
 (0)