forked from Provenance-Emu/Provenance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCartfile
37 lines (32 loc) · 1.24 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
# App
github "bitstadium/HockeySDK-iOS" "5.1.4"
github "bitstadium/HockeySDK-tvOS" "5.1.0"
github "xmartlabs/XLActionController" "4.1.1"
github "bcylin/QuickTableViewController" "v1.1.0"
github "RxSwiftCommunity/RxDataSources"
github "RxSwiftCommunity/RxGesture"
github "google/promises"
github "zydeco/SteamController" "v1.0.3"
# 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.7"
github "CocoaLumberjack/CocoaLumberjack" "3.4.2"
github "radex/SwiftyUserDefaults" "3.0.1"
github "ashleymills/Reachability.swift"
# PVLibrary
github "ZipArchive/ZipArchive" ~> 2.1.4
github "weichsel/ZIPFoundation" ~> 0.9.8
#github "tsolomko/SWCompression" ~> 4.5
github "realm/realm-cocoa"
github "stephencelis/SQLite.swift" ~> 0.11.5
# Rx
github "ReactiveX/RxSwift" ~> 4.4.1
github "RxSwiftCommunity/RxRealm"