Files
Book_lib_iOS/Podfile

10 lines
141 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target 'Books_App' do
pod 'Alamofire', '~> 4.7'
end