LeadKitAdditions/LeadKitAdditions/Podfile

16 lines
457 B
Ruby

source "https://github.com/CocoaPods/Specs.git"
source "https://github.com/TouchInstinct/Podspecs.git"
platform :ios, '9.0'
target 'LeadKitAdditions' do
use_frameworks!
pod 'LeadKit', :git => 'https://github.com/TouchInstinct/LeadKit.git', :branch => 'fix/sharedApplication', :commit => 'fd0eb18b8a6680ff16bbb1668d1ae0d29f29fad7'
pod 'KeychainAccess'
pod 'IDZSwiftCommonCrypto'
end
# If you have slow HDD
ENV['COCOAPODS_DISABLE_STATS'] = "true"