-
jakobsbode authoredjakobsbode authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using CocoaPods.
Learn more
Podfile 716 B
# 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'
pod 'mailcore2-ios'
#pod 'ObjectivePGP'
pod 'OpenSSL-Universal'
pod 'BZipCompression'
pod 'KeychainAccess'#, '~> 2.4'
pod 'Onboard'
target 'enzevalos_iphoneTests' do
inherit! :search_paths
# Pods for testing
end
target 'enzevalos_iphoneUITests' do
inherit! :search_paths
# Pods for testing
end
end