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

提供: 初心者エンジニアの簡易メモ
ナビゲーションに移動 検索に移動
ページの作成:「==インストール== pod 'Firebase'」
 
1行目: 1行目:
==インストール==
==インストール==
 
$ vi Podfile
pod 'Firebase'
platform :ios, '9.0'
target 'Helloworld' do
  use_frameworks!
  pod 'Firebase'
end
$ pod install

2016年7月28日 (木) 14:02時点における版

インストール

$ vi Podfile
platform :ios, '9.0'
target 'Helloworld' do
 use_frameworks!
 pod 'Firebase'
end
$ pod install