7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
platform :ios, '8.0'
|
||
|
use_frameworks!
|
||
|
|
||
|
target 'Friendvatars' do
|
||
|
pod 'CryptoSwift'
|
||
|
end
|