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
/
Copy pathCartfile
67 lines (47 loc) · 2.14 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
65
66
67
# https://github.com/mxcl/promisekit/releases
github "mxcl/PromiseKit" ~>4.3.2
# https://github.com/PromiseKit/Foundation/releases
github "PromiseKit/Foundation" ~>1.0.7
# https://github.com/PromiseKit/CoreLocation/releases
github "PromiseKit/CoreLocation" ~>1.0.1
# https://github.com/PromiseKit/MapKit/releases
github "PromiseKit/MapKit" ~>1.0.1
# https://github.com/akashivskyy/GoogleAnalytics-Framework/releases
github "akashivskyy/GoogleAnalytics-Framework" ~>3.17
# https://github.com/SVProgressHUD/SVProgressHUD/releases
github "SVProgressHUD/SVProgressHUD" ~>2.1.2
# https://github.com/SnapKit/Masonry/releases
github "SnapKit/Masonry" ~>1.0.2
# https://github.com/SnapKit/SnapKit/releases
github "SnapKit/SnapKit" ~>3.2.0
# https://github.com/dzenbot/DZNEmptyDataSet/releases
github "dzenbot/DZNEmptyDataSet" ~>1.8.1
# https://github.com/SwiftKickMobile/SwiftMessages/releases
github "SwiftKickMobile/SwiftMessages" "3.5.0-beta2"
# https://github.com/CocoaLumberjack/CocoaLumberjack/releases
github "CocoaLumberjack/CocoaLumberjack" ~>3.2.1
# These repositories do 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
# https://github.com/mantle/mantle/releases
github "mantle/mantle" ~>2.1.0
# https://github.com/52inc/Pulley/releases
github "52inc/Pulley" ~>1.5.2
# https://github.com/AzimoLabs/SMFloatingLabelTextField/releases
github "AzimoLabs/SMFloatingLabelTextField" ~>0.3.2
# https://github.com/cbpowell/MarqueeLabel/releases
github "cbpowell/MarqueeLabel" ~>3.1.2
# https://github.com/OneSignal/OneSignal-iOS-SDK/releases
github "OneSignal/OneSignal-iOS-SDK" ~>2.5.4
###################
##### Testing #####
###################
# https://github.com/Quick/Quick/releases
github "Quick/Quick" ~>1.1.0
# https://github.com/Quick/Nimble/releases
github "Quick/Nimble" ~>7.0.1
# https://github.com/AliSoftware/OHHTTPStubs/releases
github "AliSoftware/OHHTTPStubs" ~>6.0.0