forked from tonyh2021/QLadder
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
Latest commit
22 lines (16 loc) · 347 Bytes
/
Copy pathPodfile
File metadata and controls
22 lines (16 loc) · 347 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source'https://github.com/CocoaPods/Specs.git'
platform:ios,'9.0'
use_frameworks!
defcommon
pod'SwiftColor','~>1.0.0'
pod'CocoaLumberjack/Swift','~>3.4.2'
end
target"QLadder"do
common
pod'Alamofire','~>4.7.3'
pod'Kanna','~>4.0.2'
pod'Kingfisher','~>4.10.0'
end
target"PacketTunnel"do
common
end