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
--[[! | |
-- @return The current time in UTC | |
--]] | |
function gmtime() | |
return os.time(os.date("!*t")); | |
end |
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 = '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' |