Podfile 386 B

123456789101112131415161718192021222324252627
  1. platform :ios, '8.0'
  2. use_frameworks!
  3. target 'ModelBenchmark' do
  4. # Objective-C
  5. pod 'FastEasyMapping'
  6. pod 'JSONModel'
  7. pod 'Mantle'
  8. pod 'MJExtension'
  9. pod 'YYModel'
  10. # Swift
  11. pod 'Argo'
  12. pod 'Gloss'
  13. pod 'HandyJSON'
  14. pod 'ObjectMapper'
  15. pod 'SwiftyJSON'
  16. # Generator
  17. # https://github.com/Ahmed-Ali/JSONExport
  18. # https://github.com/nixzhu/Coolie
  19. # https://github.com/johnlui/JSONNeverDie
  20. end