View XMPPFramework.podspec.rb
Pod::Spec.new do |s| | |
s.name = 'XMPPFramework' | |
s.homepage = 'https://github.com/robbiehanson/XMPPFramework' | |
s.version = '3.6.1' | |
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. |