Books App - using google books APIs the list is populated with books

This commit is contained in:
h_mal
2018-07-14 05:53:58 -07:00
parent 00f07b6fd0
commit 36d1cf6838
50 changed files with 9497 additions and 5 deletions

9
Podfile Normal file
View File

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