From 2b8d4ff66bd0df2ab1752e6228494610ed783da6 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Thu, 25 Feb 2016 14:06:39 +0100 Subject: [PATCH] no message --- PNXMPPFramework.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PNXMPPFramework.podspec b/PNXMPPFramework.podspec index c7c460b..e24873a 100644 --- a/PNXMPPFramework.podspec +++ b/PNXMPPFramework.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PNXMPPFramework" s.version = "0.1.0" - s.summary = "PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework." + s.summary = "PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework with KissXML and CocoaAsyncSocket upgrade" # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? diff --git a/README.md b/README.md index a9a6dcc..4f14664 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Usage -PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework. +PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework with KissXML and CocoaAsyncSocket upgrade To run the example project, clone the repo, and run `pod install` from the Example directory first.