CocoaPods will handle all the work for us.
First install it by typing into terminal:
sudo gem install cocoapods
Then in terminal cd
to the project folder (were .xcodeproj is) and run:
pod install
Update existing frameworks by running:
pod update
NOTE: You MUST open .xcworkspace instead of .xcodeproj from now on.