The Wayback Machine - https://web.archive.org/web/20201028105926/https://github.com/AudioKit/Specs
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Specs

Private CocoaPods repository for staging AudioKit pod specs

How to use this repo

You can turn on this repo as a source in your project's Podfile. This will give your project bleeding-edge access to the latest development builds of AudioKit, as opposed to the mainstream releases posted on the regular CocoaPods specs.

Use the following lines near the top of your Podfile:

source 'https://github.com/AudioKit/Specs.git'
source 'https://cdn.cocoapods.org/'

You may comment out the first source line if you wish to stick to the mainstream releases. Once you update your sources, you will need to run either pod update or pod install --repo-update to update your repos.

New releases pushed to this spec repo are considered pre-release, and will not get picked up by CocoaPods automatically. You need to specify the version you want to use, like so:

pod 'AudioKit', '=5.0.b1'

About

Private CocoaPods repository for staging AudioKit pod specs

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.