Skip to content

Instantly share code, notes, and snippets.

@toruuetani
Created February 24, 2016 08:32
Show Gist options
  • Save toruuetani/b5233ad4d142ba82427c to your computer and use it in GitHub Desktop.
Save toruuetani/b5233ad4d142ba82427c to your computer and use it in GitHub Desktop.
Cocoapod で RealmSwift を追加したあとで、 Pods ごとリポジトリに追加する

Init

pod init

Install

use_frameworks!

target 'YOUR_PROJECT_NAME' do
    pod 'RealmSwift'
end
pod install

Registry

git add --force *.pch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment