Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ target 'Pquotes' do
pod 'SwiftyJSON', :git =>'https://github.com/acegreen/SwiftyJSON.git', branch: 'swift3'

use_frameworks!
pod "Floaty", "~> 3.0.0" # Use version 4.0.0 for Swift 4.0
pod 'Firebase/Core'
pod 'Firebase/Crash'

pod 'Fabric', '~> 1.7.11'
pod 'Crashlytics', '~> 3.10.7'

end

post_install do |installer|
Expand Down
67 changes: 62 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,62 @@
PODS:
- Floaty (3.0.1)
- Crashlytics (3.10.7):
- Fabric (~> 1.7.11)
- Fabric (1.7.11)
- Firebase/Core (5.4.1):
- Firebase/CoreOnly
- FirebaseAnalytics (= 5.0.1)
- Firebase/CoreOnly (5.4.1):
- FirebaseCore (= 5.0.6)
- Firebase/Crash (5.4.1):
- Firebase/Core
- FirebaseCrash (= 3.0.0)
- FirebaseAnalytics (5.0.1):
- FirebaseCore (~> 5.0)
- FirebaseInstanceID (~> 3.0)
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
- nanopb (~> 0.3)
- FirebaseCore (5.0.6):
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
- FirebaseCrash (3.0.0):
- FirebaseAnalytics (~> 5.0)
- FirebaseInstanceID (~> 3.0)
- GoogleToolboxForMac/Logger (~> 2.1)
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
- Protobuf (~> 3.5)
- FirebaseInstanceID (3.1.1):
- FirebaseCore (~> 5.0)
- GoogleToolboxForMac/Defines (2.1.4)
- GoogleToolboxForMac/Logger (2.1.4):
- GoogleToolboxForMac/Defines (= 2.1.4)
- "GoogleToolboxForMac/NSData+zlib (2.1.4)":
- GoogleToolboxForMac/Defines (= 2.1.4)
- nanopb (0.3.8):
- nanopb/decode (= 0.3.8)
- nanopb/encode (= 0.3.8)
- nanopb/decode (0.3.8)
- nanopb/encode (0.3.8)
- Protobuf (3.6.0)
- SwiftyJSON (2.3.2)

DEPENDENCIES:
- Floaty (~> 3.0.0)
- Crashlytics (~> 3.10.7)
- Fabric (~> 1.7.11)
- Firebase/Core
- Firebase/Crash
- SwiftyJSON (from `https://github.com/acegreen/SwiftyJSON.git`, branch `swift3`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Floaty
- Crashlytics
- Fabric
- Firebase
- FirebaseAnalytics
- FirebaseCore
- FirebaseCrash
- FirebaseInstanceID
- GoogleToolboxForMac
- nanopb
- Protobuf

EXTERNAL SOURCES:
SwiftyJSON:
Expand All @@ -21,9 +69,18 @@ CHECKOUT OPTIONS:
:git: https://github.com/acegreen/SwiftyJSON.git

SPEC CHECKSUMS:
Floaty: bb7a353deee9ddcc14c584ca9c538efdc19669f2
Crashlytics: ccaac42660eb9351b9960c0d66106b0bcf99f4fa
Fabric: f233c9492b3bbc1f04e3882986740f7988a58edb
Firebase: 355bd535bfdacaa82a7fe8d9784115edefd6fc03
FirebaseAnalytics: b3628aea54c50464c32c393fb2ea032566e7ecc2
FirebaseCore: 4c28e3b9708ba48a765e76515f913a71596eb5dd
FirebaseCrash: 8900571fd763fd5bdda04522ec53da979456e3ce
FirebaseInstanceID: f3f0657372592ecdfdfe2cac604a5a75758376a6
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
Protobuf: 0fc0ad8bec688b2a3017a139953e01374fedbd5f
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a

PODFILE CHECKSUM: 9744112c1ab9b5a9f3dcf65d3792f7411c17180d
PODFILE CHECKSUM: f6447659933b9d1c5626ee79189ecf39a7e1a501

COCOAPODS: 1.5.3
22 changes: 0 additions & 22 deletions Pods/Floaty/LICENSE

This file was deleted.

143 changes: 0 additions & 143 deletions Pods/Floaty/README.md

This file was deleted.

Loading