ShawnMoore / XMLParsing

XMLEncoder & XMLDecoder using the codable protocol in Swift 4.2
MIT License
332 stars 100 forks source link

Added SPM, CocoaPods, Carthage Integrations #12

Closed dingwilson closed 6 years ago

dingwilson commented 6 years ago

Hey @ShawnMoore , thank you for all of your work on creating XMLParsing!

This PR converts your project to a framework (#8) to support Swift Package Manager, CocoaPods, and Carthage. This will enable other users to more easily consume XMLParsing and use it in their own projects.

After merging this PR, the only change needed should be to create a tag 0.0.1, and pushing the podspec for CocoaPods.