Skip to content

Commit d861130

Browse files
Merge branch 'master' of github.com:robbiehanson/KissXML
2 parents 5a5ab2f + a770741 commit d861130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ That is, KissXML provides an API that follows "what-you-would-expect" rules from
1515
So feel free to do things like parallel processing of an xml document using blocks.
1616
It will "just work" so you can get back to designing the rest of your app.
1717

18-
KissXML is a mature library used in thousands of products. It's also used in other libraries, such as [XMPPFramework](http://code.google.com/p/xmppframework/) (an objective-c library for real-time xml streaming). It's even used in hospital applications.
18+
KissXML is a mature library used in thousands of products. It's also used in other libraries, such as [XMPPFramework](https://github.com/robbiehanson/XMPPFramework) (an objective-c library for real-time xml streaming). It's even used in hospital applications.
1919

2020
KissXML was inspired by the TouchXML project, but was created to add full support for generating XML as well as supporting the entire NSXML API.
2121

@@ -62,4 +62,4 @@ Love the project? Wanna buy me a coffee? (or a beer :D) [![donation](http://www.
6262
* 5.1.0 - Jul 6 2016 - Removed need for `libxml_module` subspec by removing references to libxml in public headers. Added Obj-C generics and nullability support to match NSXML API. Added watchOS support. Minimum iOS version is now 8.0.
6363
* 5.0.3 - Feb 1 2016 - Removed `DDXML_NS_DECLARATIONS_ENABLED` to allow for better Swift compatibility. Added `DDXML.swift` with mappings between NSXML classes and constants and DDXML.
6464
* 5.0.2 - Jan 26 2016 - Enable Swift support via `libxml/module.modulemap` and `DDXML_LIBXML_MODULE_ENABLED` macro. You can use the `KissXML/libxml_module` CocoaPods subspec to enable this feature.
65-
* 5.0.1 - Jan 21 2016 - Run tests on iOS and Mac targets.
65+
* 5.0.1 - Jan 21 2016 - Run tests on iOS and Mac targets.

0 commit comments

Comments
 (0)