podfile 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. pod 'CryptoSwift', '~> 1.0'
  13. end
  14. ##레몬개발
  15. target 'lemon_local' do
  16. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  17. use_frameworks!
  18. all_pods
  19. end
  20. ##레몬데모시연용
  21. target 'lemon_demo' do
  22. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  23. use_frameworks!
  24. all_pods
  25. end
  26. target 'eumc' do
  27. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  28. use_frameworks!
  29. all_pods
  30. end
  31. target 'eumc_dev' do
  32. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  33. use_frameworks!
  34. all_pods
  35. end
  36. target 'eumc_inhouse' do
  37. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  38. use_frameworks!
  39. all_pods
  40. end
  41. target 'kunkuk' do
  42. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  43. use_frameworks!
  44. all_pods
  45. target 'MCPlusTests' do
  46. inherit! :search_paths
  47. all_pods
  48. end
  49. end
  50. target 'kunkuk_dev' do
  51. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  52. use_frameworks!
  53. all_pods
  54. end
  55. target 'kunkuk_inhouse' do
  56. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  57. use_frameworks!
  58. all_pods
  59. end
  60. target 'cnuh_dev' do
  61. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  62. use_frameworks!
  63. all_pods
  64. end
  65. target 'dcmc_dev' do
  66. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  67. use_frameworks!
  68. all_pods
  69. end
  70. target 'dcmc_inhouse' do
  71. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  72. use_frameworks!
  73. all_pods
  74. end
  75. target 'cnuh_inhouse' do
  76. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  77. use_frameworks!
  78. all_pods
  79. end
  80. target 'paik_seoul' do
  81. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  82. use_frameworks!
  83. all_pods
  84. end
  85. target 'paik_ilsan' do
  86. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  87. use_frameworks!
  88. all_pods
  89. end
  90. target 'paik_pusan' do
  91. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  92. use_frameworks!
  93. all_pods
  94. end
  95. target 'paik_sanggye' do
  96. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  97. use_frameworks!
  98. all_pods
  99. end
  100. target 'paik_haeundae' do
  101. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  102. use_frameworks!
  103. all_pods
  104. end
  105. #fatima
  106. target 'fatima_dev' do
  107. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  108. use_frameworks!
  109. all_pods
  110. end
  111. target 'fatima_inhouse' do
  112. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  113. use_frameworks!
  114. all_pods
  115. end
  116. target 'fatima_store' do
  117. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  118. use_frameworks!
  119. all_pods
  120. end