Skip to content

Commit

Permalink
Initial checkin of a parse project integrated with facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
brung committed Feb 17, 2015
1 parent 8bf8497 commit 52eac1f
Show file tree
Hide file tree
Showing 737 changed files with 80,225 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
platform :ios, "8.0"

pod 'Facebook-iOS-SDK'
pod 'AFNetworking'
pod "BDBOAuth1Manager"
pod 'Parse'

45 changes: 45 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
PODS:
- AFNetworking (2.5.1):
- AFNetworking/NSURLConnection (= 2.5.1)
- AFNetworking/NSURLSession (= 2.5.1)
- AFNetworking/Reachability (= 2.5.1)
- AFNetworking/Security (= 2.5.1)
- AFNetworking/Serialization (= 2.5.1)
- AFNetworking/UIKit (= 2.5.1)
- AFNetworking/NSURLConnection (2.5.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.1)
- AFNetworking/Security (2.5.1)
- AFNetworking/Serialization (2.5.1)
- AFNetworking/UIKit (2.5.1):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- BDBOAuth1Manager (1.5.0):
- AFNetworking/NSURLConnection (~> 2.5.0)
- AFNetworking/NSURLSession (~> 2.5.0)
- Bolts (1.1.3)
- Facebook-iOS-SDK (3.23.0):
- Bolts (~> 1.0)
- Parse (1.6.2):
- Bolts (~> 1.1)

DEPENDENCIES:
- AFNetworking
- BDBOAuth1Manager
- Facebook-iOS-SDK
- Parse

SPEC CHECKSUMS:
AFNetworking: 8bee59492a6ff15d69130efa4d0dc67e0094a52a
BDBOAuth1Manager: 274574557077abc873fc5688abe8b991e782749c
Bolts: 3db0a875235e0c9042b013af13af0f00f79b102c
Facebook-iOS-SDK: 3d65f685348b789e46a9aacf92bfa85b60b63755
Parse: 60d65108fe39da77ec16c9e51d74b4d296b21424

COCOAPODS: 0.35.0
67 changes: 67 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 52eac1f

Please sign in to comment.