Skip to content
Snippets Groups Projects
Podfile 906 B
Newer Older
jakobsbode's avatar
jakobsbode committed
# Uncomment this line to define a global platform for your project
platform :ios, '9.3'

project '../enzevalos_iphone/enzevalos_iphone.xcodeproj'

target 'enzevalos_iphone' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for enzevalos_iphone
  
  # VENTokenField is modified
  pod 'VENTokenField', '~> 2.0'
Oliver Wiese's avatar
Oliver Wiese committed
  pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master'
  #pod 'ObjectivePGP'
Oliver Wiese's avatar
Oliver Wiese committed
 # pod 'OpenSSL-Universal'
jakobsbode's avatar
jakobsbode committed
  pod 'KeychainAccess'#, '~> 2.4'
Oliver Wiese's avatar
Oliver Wiese committed
  #pod 'deltachat-core', :git => 'https://github.com/r10s/deltachat-core.git', :branch => 'master'
  pod 'OpenSSL'
jakobsbode's avatar
jakobsbode committed

  target 'enzevalos_iphoneTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'enzevalos_iphoneUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end