Skip to content

Commit

Permalink
moving pod gitrepo to rive-ios-pod
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jun 14, 2021
1 parent c33ad63 commit ae7bb80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout podspec repo
uses: actions/checkout@v2
with:
repository: rive-app/test-ios
repository: rive-app/rive-ios-pod
token: ${{ secrets.RIVE_REPO_PAT }}
- name: Clean
run: |
Expand All @@ -86,7 +86,7 @@ jobs:
name: RiveRuntime.podspec
- name: Lint pod
run: pod lib lint --allow-warnings
- name: Push pod to test-ios repo
- name: Push pod to rive-ios-pod repo
run: |
git status
git config --local user.email '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podspec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '10.0'
spec.swift_version = '5.0'
spec.source = {
:git => "https://github.com/rive-app/test-ios.git",
:git => "https://github.com/rive-app/rive-ios-pod.git",
:tag => "v#{spec.version}"
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We are in the process of getting a pod available in [cocoapods](https://cocoapod
While we are working out any kinks, we are publishing our pod to a temporary github repo, which you can install by including placeholder while we finalize any kinks.

```ruby
pod 'RiveRuntime', :git => '[email protected]:rive-app/test-ios.git'
pod 'RiveRuntime'
```

Once you have installed the pod, you can run
Expand Down

0 comments on commit ae7bb80

Please sign in to comment.