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 = 'XMPPFramework' | |
s.homepage = 'https://github.com/robbiehanson/XMPPFramework' | |
s.version = '3.6.1' | |
s.author = { 'Robbie Hanson' => '[email protected]' } | |
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. |