Wouter Wisselink
Wouter Wisselink
Hi there, I'm having troubles with installing Spine from CocoaPods (1.0.0.beta.6). This is my Podfile: ``` platform :ios, '8.2' use_frameworks! target 'Test' do # Swift Frameworks pod 'Spine', :git =>...
Hi there, Great pod! I'm looking for a way to provide my own images. What I've done right now is this: **ImageView.swift** ``` import UIKit class ImageView: UIView { var...
Hi there, Thanks for making AirFloat, great! But... I can't call the following methods without causing an crash. I suppose it has something to do with memory? `raop_server_stop(_server); raop_server_destroy(_server); `...