Compare commits

...

5 Commits

Author SHA1 Message Date
d1278d6a26 no message 2016-02-26 15:41:10 +01:00
2a85508cbc Merge branch 'develop' into 0.1.0
* develop:
2016-02-26 15:19:07 +01:00
60de95943c Merge branch 'master' of git.giuseppenucifora.com:giuseppenucifora/PNXMPPFramework into develop
* 'master' of git.giuseppenucifora.com:giuseppenucifora/PNXMPPFramework:
2016-02-26 15:15:34 +01:00
372d9f6d1c Merge tag '0.1.0' into develop
* tag '0.1.0':
  no message
  no message
  - Fix PodSpec
  - upgrade libidn
2016-02-26 09:26:03 +01:00
3dc6e5e264 - Fix Import 2016-02-26 09:25:36 +01:00
15 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
typedef NS_ENUM(NSInteger, XMPPBindResult) {

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@class XMPPStream;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif

View File

@ -2,7 +2,7 @@
#import "XMPPJID.h"
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif

View File

@ -5,7 +5,7 @@
#import "CocoaAsyncSocket/GCDAsyncSocket.h"
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@class XMPPSRVResolver;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h"
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
#define _XMPP_PRIVACY_H

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@class XMPPResultSet;

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
/**

View File

@ -1,7 +1,7 @@
#import <CoreData/CoreData.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@class XMPPCapsResourceCoreDataStorageObject;

View File

@ -2,7 +2,7 @@
#import "XMPPModule.h"
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
#define _XMPP_BLOCKING_H

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif

View File

@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@class XMPPIQ;

View File

@ -1,6 +1,6 @@
#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE
#import "DDXML.h"
#import <KissXML/DDXML.h>
#endif
@interface NSXMLElement (XEP_0335)

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "PNXMPPFramework"
s.version = "0.1.0"
s.version = "0.1.1"
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.