Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clevertap/podspecs
Beta release podspecs
https://github.com/clevertap/podspecs
Last synced: about 4 hours ago
JSON representation
Beta release podspecs
- Host: GitHub
- URL: https://github.com/clevertap/podspecs
- Owner: CleverTap
- Created: 2022-03-11T03:30:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:19:23.000Z (7 days ago)
- Last Synced: 2024-10-30T14:25:13.047Z (7 days ago)
- Language: Ruby
- Size: 40 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beta release podspecs
This repository is for [CocoaPods](https://cocoapods.org) podspecs for beta distribution (not ready for CocoaPods `trunk` yet).
## Using this repo
1. Add this pod spec repo as a source in your `Podfile`:
```
source 'https://github.com/CleverTap/podspecs.git'
source 'https://github.com/CocoaPods/Specs.git'
```
(Be sure to also add the main CocoaPods trunk repo to continue installing other pods.)1. In your `Podfile`, bump the pod you want to use to a version that exists in this repo.
1. `pod install --repo-update`## Pushing to this repo
1. `pod repo add clevertap-specs https://github.com/CleverTap/podspecs` (only do once initially)
1. Make sure your `podspec` file has the name and and custom version you expect.
1. `pod repo push clevertap-specs .podspec`