This is a partial implementation of the Hype Machine API in Swift. It is currently targetted at OSX but could easily be modified to work for iOS as well. Please create a pull request if you'd like iOS support.
github "PlugForMac/HypeMachineAPI" ~> VERSION_NUMBER
platform :osx, '10.10'
use_frameworks!
pod 'HypeMachineAPI', '~> VERSION_NUMBER'Prior to version 1.0.0 minor version numbers will introduce breaking changes.