Skip to content

Instantly share code, notes, and snippets.

View PerishableDave's full-sized avatar

David Peredo PerishableDave

View GitHub Profile
// Config function that returns optimove config
static func optimoveConfig() -> (tenantToken: String, configName: String) {
let configName: String
switch BUILD_ENVIRONMENT {
case .store:
configName = "dollarshaveclub.ios.1.0.0"
default:
configName = "dollarshaveclub.ios.1.0.0-stg"
}
@PerishableDave
PerishableDave / Facebook-iOS-SDK.podspec
Last active December 23, 2015 19:09
Podspec for Facebook-iOS-SDK type casting fix branch.
Pod::Spec.new do |s|
s.name = 'Facebook-iOS-SDK'
s.version = '3.8.0'
s.platform = :ios
s.license = 'Apache License, Version 2.0'
s.summary = 'The iOS SDK provides Facebook Platform support for iOS apps.'
s.description = 'The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.'
s.homepage = 'http://developers.facebook.com/docs/reference/iossdk'
s.author = 'Facebook'
s.source = { :git => 'https://github.com/PerishableDave/facebook-ios-sdk.git'}