podfile 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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_seoul' 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
  52. target 'paik_ilsan' do
  53. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  54. use_frameworks!
  55. all_pods
  56. end
  57. target 'paik_pusan' do
  58. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  59. use_frameworks!
  60. all_pods
  61. end
  62. target 'paik_sanggye' do
  63. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  64. use_frameworks!
  65. all_pods
  66. end
  67. target 'paik_haeundae' do
  68. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  69. use_frameworks!
  70. all_pods
  71. end