Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Bumped to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Winton committed Oct 18, 2018
1 parent e8ed454 commit 65ba2e6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions FacebookCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookCore'
s.version = '0.4.0'
s.version = '0.5.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand Down Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'ENABLE_TESTABILITY' => 'YES' }

s.ios.dependency 'Bolts', '~> 1.9'
s.ios.dependency 'FBSDKCoreKit', '~> 4.36'
s.ios.dependency 'FBSDKCoreKit', '~> 4.37'
end
8 changes: 4 additions & 4 deletions FacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookLogin'
s.version = '0.4.0'
s.version = '0.5.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |s|
s.exclude_files = 'Sources/Login/LoginManager.DefaultAudience.swift'
s.module_name = 'FacebookLogin'

s.ios.dependency 'FacebookCore', '~> 0.4'
s.ios.dependency 'FacebookCore', '~> 0.5'
s.ios.dependency 'Bolts', '~> 1.9'
s.ios.dependency 'FBSDKCoreKit', '~> 4.36'
s.ios.dependency 'FBSDKLoginKit', '~> 4.36'
s.ios.dependency 'FBSDKCoreKit', '~> 4.37'
s.ios.dependency 'FBSDKLoginKit', '~> 4.37'
end
8 changes: 4 additions & 4 deletions FacebookShare.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookShare'
s.version = '0.4.0'
s.version = '0.5.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand All @@ -26,8 +26,8 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Share/**/*.swift'
s.module_name = 'FacebookShare'

s.ios.dependency 'FacebookCore', '~> 0.4'
s.ios.dependency 'FacebookCore', '~> 0.5'
s.ios.dependency 'Bolts', '~> 1.9'
s.ios.dependency 'FBSDKCoreKit', '~> 4.36'
s.ios.dependency 'FBSDKShareKit', '~> 4.36'
s.ios.dependency 'FBSDKCoreKit', '~> 4.37'
s.ios.dependency 'FBSDKShareKit', '~> 4.37'
end
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Swift-taylored experience to integrate your app with Facebook. Including:
- [App Events](https://developers.facebook.com/docs/swift/appevents) - Understand your audience and the performance of your app.
- [Graph API](https://developers.facebook.com/docs/swift/graph) - Read and write directly to Facebook social graph.

**NOTE:** This SDK is currently in Beta and may be unstable at times. Please also check out our [ObjC SDK](https://github.com/facebook/facebook-objc-sdk).

## Installation

### CocoaPods
Expand Down Expand Up @@ -58,12 +60,15 @@ brew update
brew upgrade carthage
```

**Note:** We recommend using Carthage version 0.17.2 or later.
**Note:** We recommend using Carthage version 0.31.1 or later.

Add the following line to your Cartfile:

```bash
github "facebook/Facebook-SDK-Swift"
github "facebook/facebook-sdk-swift"

# If you run into issues, try targeting the master branch
github "facebook/facebook-sdk-swift" "master"
```

Run `carthage update`.
Expand Down

0 comments on commit 65ba2e6

Please sign in to comment.