Skip to content

Instantly share code, notes, and snippets.

@erickhsiao
erickhsiao / XMPPFramework.podspec.rb
Created December 3, 2015 07:33
XMPPFramework podspec
Pod::Spec.new do |s|
s.name = 'XMPPFramework'
s.homepage = 'https://github.com/robbiehanson/XMPPFramework'
s.version = '3.5.0'
s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.license = { :type => 'BSD', :file => 'copying.txt' }
s.summary = 'An XMPP Framework in Objective-C for Mac and iOS'
s.description = <<-DESC
An XMPP Framework in Objective-C for the Mac / iOS development
community.
var EightyApp = function() {
this.processDocument = function(html, url, headers, status, jQuery) {
var app = this;
$ = jQuery;
var $html = app.parseHtml(html, $);
var object = {};
// Get emails
var emailList = [];
emailList = html.match(/[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9]+)*(\.[a-z]{2,})/gi);