Skip to content

Instantly share code, notes, and snippets.

@SnowflakeTQ
SnowflakeTQ / gmtime.lua
Created January 7, 2017 05:19 — forked from ichramm/gmtime.lua
Lua function that returns the current time in UTC.
--[[!
-- @return The current time in UTC
--]]
function gmtime()
return os.time(os.date("!*t"));
end
Pod::Spec.new do |s|
s.name = 'MobihelpSDK'
s.version = '1.6.2'
s.summary = 'In-App customer support SDK, powered by Freshdesk'
s.homepage = 'http://developer.freshdesk.com/mobihelp'
s.license = { :type => 'Commercial', :text => 'See http://www.freshdesk.com/terms' }
s.author = { 'Freshdesk' => '[email protected]' }
s.platform = :ios, '7.0'
s.requires_arc = true
s.frameworks = 'MobileCoreServices','CoreTelephony','SystemConfiguration','CoreData','CoreGraphics','UIKit','Foundation','Security','QuartzCore','AVFoundation'