This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Cartfile
64 lines (45 loc) · 2.01 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
github "aaronbrethorst/PromiseKit" "pk453"
# https://github.com/akashivskyy/GoogleAnalytics-Framework/releases
github "akashivskyy/GoogleAnalytics-Framework" ~>3.17
# https://github.com/SVProgressHUD/SVProgressHUD/releases
github "SVProgressHUD/SVProgressHUD" ~>2.2.5
# https://github.com/SnapKit/Masonry/releases
github "SnapKit/Masonry" ~>1.1.0
# https://github.com/SnapKit/SnapKit/releases
github "SnapKit/SnapKit" ~>4.2.0
# https://github.com/AzimoLabs/SMFloatingLabelTextField/releases
github "AzimoLabs/SMFloatingLabelTextField" ~>0.3.2
# https://github.com/cbpowell/MarqueeLabel/releases
github "cbpowell/MarqueeLabel" "d7cdb1708910f030c28d0118e26f6bac24dcad8a"
# https://github.com/Instagram/IGListKit/releases
github "Instagram/IGListKit" ==4.0.0
# https://github.com/CocoaLumberjack/CocoaLumberjack/releases
github "CocoaLumberjack/CocoaLumberjack" ~>3.5.2
# https://github.com/SwipeCellKit/SwipeCellKit/releases
github "SwipeCellKit/SwipeCellKit" ~>2.7.1
# https://github.com/huri000/SwiftEntryKit/releases
github "huri000/SwiftEntryKit" ==1.0.4
# https://github.com/zenangst/Hue/releases
github "hyperoslo/Hue" ~>4.0.0
# This repository does not work properly with Carthage.
# I am currently copying the source files present in Carthage/Checkouts
# and copying them to the externals folder. So, we're at least getting
# a decent level of release control, but it's less than ideal.
# https://github.com/jspahrsummers/libextobjc/releases
github "jspahrsummers/libextobjc" ~>0.5.0
###################
###### Data #######
###################
# https://github.com/apple/swift-protobuf/releases
github "apple/swift-protobuf" ~>1.4.0
# https://github.com/OneSignal/OneSignal-iOS-SDK/releases
github "OneSignal/OneSignal-iOS-SDK" ~>2.10.2
###################
##### Testing #####
###################
# https://github.com/Quick/Quick/releases
github "Quick/Quick" ~>2.0.0
# https://github.com/Quick/Nimble/releases
github "Quick/Nimble" ~>8.0.1
# https://github.com/AliSoftware/OHHTTPStubs/releases
github "AliSoftware/OHHTTPStubs" ~>7.0.0