facebook twitter hatena line email

「Ios/swift/外部ライブラリ/Alamofire」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==Alamofireとは== httpに非同期でアクセスできるライブラリ ==インストール== $ vi Podfile platform :ios, '9.0' use_frameworks! pod 'Alamofire',...」)
(相違点なし)

2016年6月23日 (木) 11:46時点における版

Alamofireとは

httpに非同期でアクセスできるライブラリ

インストール

$ vi Podfile
platform :ios, '9.0'
use_frameworks!
pod 'Alamofire', '~> 3.0'