podfile 2.9 KB

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