8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
platform :ios, '8.0'
|
||
|
use_frameworks!
|
||
|
|
||
|
target 'Friendvatars' do
|
||
|
pod 'CryptoSwift'
|
||
|
pod 'KeychainAccess'
|
||
|
end
|