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