adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Support for Swift 4 Codable #13

Closed Gabriel-Lewis closed 5 years ago

Gabriel-Lewis commented 5 years ago

Using Codable would be an improvement over parsing through all of the dictionaries in ADZPlacement, ADZPlacementContent, ADZPlacementEvent, etc.

subdigital commented 5 years ago

This would be a great addition, however the project also supports Objective-C. At some point we’ll probably make a Swift only version of this, but that’s not currently planned.