Parseの使い方 iOS

https://www.parse.com/apps/quickstart

Parse SDKをここからダウンロード
https://parse.com/downloads/ios/parse-library/latest





追加するフレームワーク

AudioToolbox.framework (Show Me)
CFNetwork.framework
CoreGraphics.framework
CoreLocation.framework
libz.1.1.3.dylib
MobileCoreServices.framework
QuartzCore.framework
Security.framework
StoreKit.framework
SystemConfiguration.framework

AppDelegate.m

#import <Parse/Parse.h>

application:didFinishLaunchingWithOptions:に以下を追加

[Parse setApplicationId:@"*************************************************"
              clientKey:@"*************************************************"];