mirror of
https://github.com/hmalik144/Book_lib_iOS.git
synced 2025-12-10 02:35:21 +00:00
10 lines
141 B
Ruby
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
|