TransformerKit. Simple way to convert data from one format to another in Apple apps.

github.com/mattt/TransformerKit

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2020
  • Bump version to 1.1.1
  • Rename LICENSE to LICENSE.md
  • Update license year
  • Fix warning 'Null passed to a callee that requires a non-null argument'
  • Merge pull request #51 from JanX2/master
  • Apply changes recommended by Xcode.
February 2020
  • IPHONEOS_DEPLOYMENT_TARGET set to 10
  • Do not import Mac OS headers on iOS
  • Fixed missing import
October 2018
  • Update README.md
  • Fix podspec
  • Move nullability annotations
  • Bump version to 1.1.0
  • Fix warnings in TTTStringTransformers
  • Fix warnings in TTTJSONTransformer
  • Fix warnings in TTTDateTransformers
  • Fix warnings in TTTDataTransformers
  • fix warnings in TTTCryptographyTransformers
  • Fix warnings in NSValueTransformer+TransformerKit
  • Import frameworks as modules