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.