Easy interface Currency Converter for iOS

This commit is contained in:
2018-08-25 00:51:49 -07:00
parent cb8d38cf0a
commit 730c335f63
49 changed files with 9485 additions and 5 deletions

9
Podfile Normal file
View File

@@ -0,0 +1,9 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
use_frameworks!
target 'easyCC' do
pod Alamofire,'~> 4.7'
end