Skip to content

Commit 36dc9de

Browse files
committed
Use SwiftLint via the podspec
1 parent 2072041 commit 36dc9de

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ target "QuickTableViewController-iOSTests" do
1010
end
1111

1212
target "Example-iOS" do
13-
pod "SwiftLint", "0.25.0"
13+
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json"
1414
pod "Weakify", git: "https://github.com/klundberg/Weakify.git", tag: "v0.4.0"
1515
end

Podfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ PODS:
77
DEPENDENCIES:
88
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v7.0.3`)
99
- Quick (from `https://github.com/Quick/Quick.git`, tag `v1.2.0`)
10-
- SwiftLint (= 0.25.0)
10+
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json`)
1111
- Weakify (from `https://github.com/klundberg/Weakify.git`, tag `v0.4.0`)
1212

13-
SPEC REPOS:
14-
https://github.com/CocoaPods/Specs.git:
15-
- SwiftLint
16-
1713
EXTERNAL SOURCES:
1814
Nimble:
1915
:git: https://github.com/Quick/Nimble.git
2016
:tag: v7.0.3
2117
Quick:
2218
:git: https://github.com/Quick/Quick.git
2319
:tag: v1.2.0
20+
SwiftLint:
21+
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json
2422
Weakify:
2523
:git: https://github.com/klundberg/Weakify.git
2624
:tag: v0.4.0
@@ -42,6 +40,6 @@ SPEC CHECKSUMS:
4240
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
4341
Weakify: 77be86c462237baa373e97fcf57d4d8637c2e614
4442

45-
PODFILE CHECKSUM: fa1f4284dde0db4aed641478f32ec2467b1e15d4
43+
PODFILE CHECKSUM: 9fcd2a1e3af645ede9b21d5cbdc536a26bee3280
4644

4745
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)