Ios/swift/外部ライブラリ/Alamofire
提供: 初心者エンジニアの簡易メモ
2016年6月23日 (木) 11:46時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==Alamofireとは== httpに非同期でアクセスできるライブラリ ==インストール== $ vi Podfile platform :ios, '9.0' use_frameworks! pod 'Alamofire',...」)
Alamofireとは
httpに非同期でアクセスできるライブラリ
インストール
$ vi Podfile platform :ios, '9.0' use_frameworks! pod 'Alamofire', '~> 3.0'