SwiftRSS icon indicating copy to clipboard operation
SwiftRSS copied to clipboard

an RSS parser written in Swift

Results 9 SwiftRSS issues
Sort by recently updated
recently updated
newest added

This doesn't compile at all for Swift v2.3+ Is it not supported any longer?

- Added public to classes & members, to solve visibility issues. As this is a Pod, it's inside its own Framework so we need to declare public as needed -...

This repo hasn't been updated in almost a year and requires major work to update for Swift 2.0, I have a [fork](https://github.com/AlexChesters/SwiftRSS) which has been updated for Swift 2.0 and...

Cocoapods now allows support Swift & I'd be glad to see this library available as a pod :) PS. Converting it to Swift 1.2 will be needed too.

Stackoverflow doesn't let me create swiftrss tag so I put link to my question here. http://stackoverflow.com/questions/31388422/swiftrss-os-x-implementation

Running Xcode 6.3.2 ![Screenshot](http://i.imgur.com/Va2CGjH.png)

Upgraded for converting to Swift framework which allows path for CocoaPod. Only issue is date extensions cannot be tested because Swift bug with extensions in frameworks (commented out for now).