LeadKit/iOS-Base-Library/Podfile

9 lines
232 B
Ruby

# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
inhibit_all_warnings!
target 'iOS-Base-Library' do
pod 'Alamofire', '~> 3.0'
end