This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if canImport(Atlantis) | |
import Atlantis | |
#endif | |
import Vapor | |
#if canImport(Atlantis) | |
extension Application.Clients.Provider { | |
static var atlantis: Self { | |
.init { application in | |
application.clients.use { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -Eeuo pipefail | |
shopt -s extglob | |
update_swift_files() { | |
find . -name '*.swift' -print0 -o -type d \( -path .git -o -name Pods -o -name .build -o -name build -o -name Rome -o -name fastlane -o -name Generated \) -prune | xargs -0 perl -0pi -e "$@" | |
} | |
fix_dataresponse() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen | |
{% if files %} | |
{% set accessModifier %}{% if param.publicAccess %}public{% else %}internal{% endif %}{% endset %} | |
{% set documentPrefix %}{{param.documentName|default:"Document"}}{% endset %} | |
import Lottie | |
import UIKit | |
// swiftlint:disable superfluous_disable_command | |
// swiftlint:disable file_length |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "MobileVLCKit", | |
"version": "2.2.1", | |
"summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.", | |
"homepage": "https://wiki.videolan.org/VLCKit/", | |
"license": { | |
"type": "LGPLv2.1", | |
"file": "MobileVLCKit-binary/COPYING.txt" | |
}, | |
"authors": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'libffi' | |
s.version = '3.0.13' | |
s.license = 'MIT' | |
s.summary = 'A portable foreign-function interface library.' | |
s.homepage = 'http://sourceware.org/libffi/' | |
s.author = { 'Anthony Green' => '[email protected]', | |
'Raffaele Sena' => '[email protected]', | |
'Jon Beniston' => '[email protected]', | |
'Bo Thorsen' => '[email protected]', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'AHValidation' | |
s.version = '0.0.1' | |
s.summary = 'An extensible validation library for Cocoa.' | |
s.homepage = 'https://github.com/warrenm/AHValidation' | |
s.author = 'Auerhaus Development' | |
s.source = { | |
:git => 'https://github.com/warrenm/AHValidation.git' | |
} | |
s.platform = :ios, '5.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'MHProgressView' | |
s.version = '0.0.1' | |
s.summary = 'A simple progressview indicator that looks like the progressview in Instagram.' | |
s.homepage = 'https://github.com/michaelhenry/MHProgressView' | |
s.author = 'Michael Henry Pantaleon', '[email protected]' | |
s.source = { | |
:git => 'https://github.com/michaelhenry/MHProgressView.git' | |
} | |
s.platform = :ios, '5.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'MHFacebookImageViewer' | |
s.version = '0.0.1' | |
s.summary = 'A new Image Viewer inspired by Facebook.' | |
s.homepage = 'https://github.com/michaelhenry/MHFacebookImageViewer' | |
s.author = 'Michael Henry Pantaleon', '[email protected]' | |
s.source = { | |
:git => 'https://github.com/michaelhenry/MHFacebookImageViewer.git' | |
} | |
s.platform = :ios, '5.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'DCTCoreDataStack' | |
s.version = '1.0.2' | |
s.summary = 'Easily sets up a read to use core data stack.' | |
s.homepage = 'https://github.com/danielctull/DCTCoreDataStack' | |
s.license = { :type => 'BSD', :file => 'Readme.textile' } | |
s.author = 'Rolandas Razma' | |
s.source = { :git => 'https://github.com/danielctull/DCTCoreDataStack.git' } | |
s.platform = :ios, '5.1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'RRBaseInternationalization' | |
s.version = '0.0.1' | |
s.summary = 'iOS6 Base Internationalization backport to iOS5.' | |
s.homepage = 'https://github.com/RolandasRazma/RRBaseInternationalization' | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.author = 'Rolandas Razma' | |
s.source = { :git => 'https://github.com/RolandasRazma/RRBaseInternationalization.git' } | |
s.platform = :ios, '5.1' |
NewerOlder