Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daltoniam/xmlkit-objc

XML parsing in objective-C
https://github.com/daltoniam/xmlkit-objc

Last synced: about 2 months ago
JSON representation

XML parsing in objective-C

Awesome Lists containing this project

README

        

# XMLKit #

Simple little library for parsing XML/HTML entities. Uses GTMNSString for encoding and decoding XML/HTML entities on NSString.

# Requirements #

This framework requires at least iOS 5 above.

# Install #

The recommended approach for installing XMLKit is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation.

via CocoaPods

Install CocoaPods if not already available:

```Shell
[sudo] gem install cocoapods
pod setup
```

Change to the directory of your Xcode project, and create or edit your Podfile and add XMLKit:

```Ruby
platform :ios, '5.0'
pod 'XMLKit'
```

Then run pod install to add to your project.

`pod install`

Open your project in Xcode from the .xcworkspace file (not the usual project file)

# License #

XMLKit is license under the Apache License.

# Contact #

### Dalton Cherry ###
* https://github.com/daltoniam
* http://twitter.com/daltoniam