dankogai / swift-json

Even Swiftier JSON Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not compile under XCode6 (6A313)

teelicht opened this issue · comments

Lines 44 and 314 - need to remove !

This is due to the fact swift-json targets Swift 1.1 Xcode6.1.

With 7fb551e it should be compatible with both XCode 6 (Swift 1.0) and XCode 6.1 (Swift 1.1).