forked from Provenance-Emu/Provenance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cartfile
43 lines (35 loc) · 1.36 KB
/
Cartfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# App
#github "bitstadium/HockeySDK-iOS" "5.1.4"
github "nsoperations/HockeySDK-iOS" "bugfix/xcode_10_2"
github "bitstadium/HockeySDK-tvOS" "5.1.0"
# github "xmartlabs/XLActionController" ~> 5.0.0
github "Puasonych/XLActionController" "update-for-xcode-11"
github "bcylin/QuickTableViewController"
github "RxSwiftCommunity/RxDataSources"
github "RxSwiftCommunity/RxGesture"
#github "google/promises"
github "zydeco/SteamController"
# Crashlytics - Static Libs
# iOS
# binary "https://building42.github.io/Specs/Carthage/iOS/Answers.json"
binary "https://building42.github.io/Specs/Carthage/iOS/Crashlytics.json"
binary "https://building42.github.io/Specs/Carthage/iOS/Fabric.json"
#binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
# tvOS
# binary "https://building42.github.io/Specs/Carthage/tvOS/Answers.json"
binary "https://building42.github.io/Specs/Carthage/tvOS/Crashlytics.json"
binary "https://building42.github.io/Specs/Carthage/tvOS/Fabric.json"
# PVSupport
github "fpillet/NSLogger"
github "CocoaLumberjack/CocoaLumberjack"
github "radex/SwiftyUserDefaults"
github "ashleymills/Reachability.swift"
# PVLibrary
github "ZipArchive/ZipArchive"
github "weichsel/ZIPFoundation"
#github "tsolomko/SWCompression"
github "realm/realm-cocoa"
github "stephencelis/SQLite.swift"
# Rx
github "ReactiveX/RxSwift"
github "RxSwiftCommunity/RxRealm"