podfile 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. def all_pods
  4. inhibit_all_warnings!
  5. pod 'ReactiveSwift', '~> 4.0'
  6. pod 'ReactiveCocoa', '~> 8.0'
  7. pod 'Alamofire'
  8. pod 'RNCryptor', '~> 5.0'
  9. pod 'ZBarSDK'
  10. pod 'Fabric'
  11. pod 'Crashlytics'
  12. end
  13. target 'eumc' do
  14. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  15. use_frameworks!
  16. all_pods
  17. end
  18. target 'eumc_dev' do
  19. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  20. use_frameworks!
  21. all_pods
  22. end
  23. target 'eumc_inhouse' do
  24. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  25. use_frameworks!
  26. all_pods
  27. end
  28. target 'kunkuk' do
  29. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  30. use_frameworks!
  31. all_pods
  32. target 'MCPlusTests' do
  33. inherit! :search_paths
  34. all_pods
  35. end
  36. end
  37. target 'kunkuk_dev' do
  38. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  39. use_frameworks!
  40. all_pods
  41. end
  42. target 'kunkuk_inhouse' do
  43. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  44. use_frameworks!
  45. all_pods
  46. end
  47. target 'paik' do
  48. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  49. use_frameworks!
  50. all_pods
  51. end