Skip to content

Commit

Permalink
Updates FBSDK and STTwitter dependencies + makes some cleans in Readm…
Browse files Browse the repository at this point in the history
…e and sample app
  • Loading branch information
gbonnin committed Oct 10, 2016
1 parent 5555e76 commit 8c2f501
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
##SNSSocial

###2.0.1

Updates FBSDK & STTwitter dependencies

Ensures compatibility with iOS 10

###2.0

First public version
Expand Down
62 changes: 32 additions & 30 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PODS:
- Bolts (1.7.0):
- Bolts/AppLinks (= 1.7.0)
- Bolts/Tasks (= 1.7.0)
- Bolts/AppLinks (1.7.0):
- Bolts (1.8.4):
- Bolts/AppLinks (= 1.8.4)
- Bolts/Tasks (= 1.8.4)
- Bolts/AppLinks (1.8.4):
- Bolts/Tasks
- Bolts/Tasks (1.7.0)
- FBSDKCoreKit (4.12.0):
- Bolts/Tasks (1.8.4)
- FBSDKCoreKit (4.16.0):
- Bolts (~> 1.7)
- FBSDKLoginKit (4.12.0):
- FBSDKLoginKit (4.16.0):
- FBSDKCoreKit
- FBSDKShareKit (4.12.0):
- FBSDKShareKit (4.16.0):
- FBSDKCoreKit
- FBSnapshotTestCase (2.1.0):
- FBSnapshotTestCase/SwiftSupport (= 2.1.0)
- FBSnapshotTestCase/Core (2.1.0)
- FBSnapshotTestCase/SwiftSupport (2.1.0):
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Kiwi (2.4.0)
- SNSSocial (2.0):
- SNSSocial/Facebook (= 2.0)
- SNSSocial/Twitter (= 2.0)
- SNSSocial/Facebook (2.0):
- FBSDKCoreKit (= 4.12.0)
- FBSDKLoginKit (= 4.12.0)
- FBSDKShareKit (= 4.12.0)
- SNSSocial/Twitter (2.0):
- STTwitter (= 0.2.4)
- STTwitter (0.2.4)
- SNSSocial (2.0.1):
- SNSSocial/Facebook (= 2.0.1)
- SNSSocial/Twitter (= 2.0.1)
- SNSSocial/Facebook (2.0.1):
- FBSDKCoreKit (= 4.16.0)
- FBSDKLoginKit (= 4.16.0)
- FBSDKShareKit (= 4.16.0)
- SNSSocial/Twitter (2.0.1):
- STTwitter (= 0.2.5)
- STTwitter (0.2.5)

DEPENDENCIES:
- FBSnapshotTestCase
Expand All @@ -38,13 +38,15 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Bolts: a0058fa3b331c5a1e4402d534f2dae36dbff31e4
FBSDKCoreKit: 6e56d5a2a64a755ad4efb5dbeee8f82fb1b99775
FBSDKLoginKit: 03f68a8d48c2c8bb81d7eb8097973d483543e1f6
FBSDKShareKit: df1491f064cffc8ebcc3fc8b71be94cc190c728e
FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d
Bolts: 8a7995239dbe724f9cba2248b766d48b7ebdd322
FBSDKCoreKit: 7a6baaed4a2b2a244ba253346713bdbc74df135b
FBSDKLoginKit: 9a514a55a7d05190f64d4ef09502737588b5b561
FBSDKShareKit: e81505de17fc0624cbaa87b83cccc9f2a786e6cb
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8
SNSSocial: a1d2e66371a7ae9d536f6d24f44ec0e390b11dae
STTwitter: a82de278afbd4191d0a07f4f3ffd8f1fb8404da0
SNSSocial: b8636a4d813bc05474083bab2b6dfb6f89304fff
STTwitter: 5c157e8dcb4f0e4cf5b4374393021b7d7b7fd497

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 8b7863ba4b6612afc500a2ebb50164b8b2de8aa8

COCOAPODS: 1.0.1
Loading

0 comments on commit 8c2f501

Please sign in to comment.