José

Results 7 issues of José

I just updated to version 5 from version 3 and I'm getting an "Attempt to insert non-property list object"-error. Code used in version 3: ``` extension DefaultsKeys { static let...

I am now using Swift Package Manager (SPM) instead of Cocoapods to add dependencies and would like to know if this library supports generating licences plist based on the SPM...

The CardIOView always displays the camera view in 4:3 format, making it difficult to show the camera preview without big black bars on the side (or whatever color the parent...

OS X 10.11 and Xcode 7.01 I followed the instructions but the plugin is not working as expected, it adds the generated method to the top of the .h file:...

The latest version 1.1.1 is causing crashes: ``` Crashed: com.apple.main-thread 0 SocialSteps 0x1045ee490 __38-[GNSAudioBroadcastingOperation start]_block_invoke + 70 (GNSAudioModem.m:70) 1 SocialSteps 0x1045f33e0 __42-[GNSAudioPlayer createAndStartAudioQueue]_block_invoke + 208 (GNSAudioPlayer.mm:208) 2 libdispatch.dylib 0x214558a38 _dispatch_call_block_and_release...

It would be great if you could provide a README-file with instructions on how to setup the example project with Cocoapods.

Compiling the iOS demo app gives the following: `/OAuth2PodApp-master/OAuth2PodApp/OAuth2RetryHandler.swift:64:10: Call can throw but is not marked with 'try'` Adding a try catch or try! solves the issue.