Low commit activity in last 3 years
No release in over a year
Host pods files on AWS S3 and download them using pre-signed URL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 12.3.3

Runtime

 Project Readme

cocoapods-s3-download

Enable cocoapods to download files from S3 using pre-signed URLs to distribute private frameworks using AWS IAM Credentials

Use podspecs with 's3' type on source. Example:

s.source = { :s3 => "https://{BUCKET}.s3.amazonaws.com/File.framework.zip"  }

To be able to download from a S3 URL a IAM credential is needed, more info about how to setup IAM credentials:

https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html#aws-ruby-sdk-credentials-shared

Build

git clone git://github.com/samuelabreu/cocoapods-s3-download
cd cocoapods-s3-download
gem build cocoapods-s3-download.gemspec
gem install cocoapods-s3-download-x.x.x.gem

Installation

Using bundler:

gem 'cocoapods-s3-download', :git => 'git://github.com/samuelabreu/cocoapods-s3-download.git'