Skip to content

Instantly share code, notes, and snippets.

View AndreyZarembo's full-sized avatar

Andrey Zarembo AndreyZarembo

View GitHub Profile
@AndreyZarembo
AndreyZarembo / GPUImage3.podspec
Created May 17, 2020 07:13 — forked from shsteven/GPUImage3.podspec
Podspec for GPUImage3
Pod::Spec.new do |s|
s.name = 'GPUImage3'
s.version = '0.1.0'
s.license = 'BSD'
s.summary = 'An open source iOS framework for GPU-based image and video processing.'
s.homepage = 'https://github.com/BradLarson/GPUImage3'
s.author = { 'Brad Larson' => 'contact@sunsetlakesoftware.com' }
# This commit on that fork of GPUImage should contain just upgrades needed for Swift 4 compatibility. See https://github.com/BradLarson/GPUImage2/pull/212
# Replace with https://github.com/BradLarson/GPUImage2.git when merged
@AndreyZarembo
AndreyZarembo / GPUImage3.podspec
Created May 17, 2020 07:12 — forked from shsteven/GPUImage3.podspec
Podspec for GPUImage3
Pod::Spec.new do |s|
s.name = 'GPUImage3'
s.version = '0.1.0'
s.license = 'BSD'
s.summary = 'An open source iOS framework for GPU-based image and video processing.'
s.homepage = 'https://github.com/BradLarson/GPUImage3'
s.author = { 'Brad Larson' => 'contact@sunsetlakesoftware.com' }
# This commit on that fork of GPUImage should contain just upgrades needed for Swift 4 compatibility. See https://github.com/BradLarson/GPUImage2/pull/212
# Replace with https://github.com/BradLarson/GPUImage2.git when merged
@AndreyZarembo
AndreyZarembo / 0_reuse_code.js
Created July 11, 2014 06:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console