forked from Provenance-Emu/Provenance
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cartfile
36 lines (30 loc) · 1.22 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
# App
github "bitstadium/HockeySDK-iOS" "5.1.4"
github "bitstadium/HockeySDK-tvOS" "5.1.0"
github "xmartlabs/XLActionController" "4.1.0"
github "bcylin/QuickTableViewController" "v1.0.0"
github "RxSwiftCommunity/RxDataSources"
github "RxSwiftCommunity/RxGesture"
github "mxcl/PromiseKit" ~> 6.0
# 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"
# 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" "v1.9.0"
github "CocoaLumberjack/CocoaLumberjack" "3.4.2"
github "radex/SwiftyUserDefaults" "3.0.1"
github "ashleymills/Reachability.swift"
# PVLibrary
github "ZipArchive/ZipArchive" "v2.1.4"
github "Provenance-Emu/realm-cocoa" "v3.11.1" # use our fork to speed up build times
github "stephencelis/SQLite.swift" "0.11.5"
github "weichsel/ZIPFoundation" "0.9.6"
# Rx
github "ReactiveX/RxSwift" "4.4.0"
github "Provenance-Emu/RxRealm" "0.7.6"