forked from bcylin/QuickTableViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
17 lines (14 loc) · 603 Bytes
/
Podfile
File metadata and controls
17 lines (14 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
platform :ios, "8.0"
use_frameworks!
workspace "QuickTableViewController"
target "QuickTableViewControllerTests-iOS" do
project "QuickTableViewController"
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v6.1.0"
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v1.1.0"
end
target :Example do
project "Example"
pod "QuickTableViewController", path: "./"
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/bcylin/Specs/master/Specs/SwiftLint/0.19.0/SwiftLint.podspec"
pod "Weakify", git: "https://github.com/klundberg/Weakify.git", tag: "v0.4.0"
end