「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