podfile 1007 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 'kunkuk' 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. target 'MCPlusTests' do
  18. inherit! :search_paths
  19. all_pods
  20. end
  21. end
  22. target 'kunkuk_dev' do
  23. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  24. use_frameworks!
  25. all_pods
  26. end
  27. target 'kunkuk_inhouse' do
  28. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  29. use_frameworks!
  30. all_pods
  31. end
  32. target 'paik' do
  33. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  34. use_frameworks!
  35. all_pods
  36. end