Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daltoniam/xmlkit-objc
- Owner: daltoniam
- License: apache-2.0
- Created: 2012-10-20T19:15:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T20:23:28.000Z (over 10 years ago)
- Last Synced: 2024-05-08T22:31:24.292Z (8 months ago)
- Language: Objective-C
- Size: 227 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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