-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPodfile
More file actions
33 lines (25 loc) · 1.22 KB
/
Copy pathPodfile
File metadata and controls
33 lines (25 loc) · 1.22 KB
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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'capio' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'MotionAnimation', :git => 'https://github.com/lkzhao/MotionAnimation.git', :branch => 'swift3'
pod 'ElasticTransition', :git => 'https://github.com/lkzhao/ElasticTransition.git', :branch => 'swift3'
pod 'JQSwiftIcon', :git => 'https://github.com/ronanamsterdam/JQSwiftIcon.git', :branch => '_rz-to-swift3'
pod 'BRYXBanner'
pod 'ScalePicker', :git => 'https://github.com/ronanamsterdam/ScalePicker.git', :branch => '_rz-will-value-change'
pod 'CariocaMenu', :git => 'https://github.com/ronanamsterdam/cariocamenu.git', :branch => '_rz-views-state-collision'
pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift'
pod 'RxCocoa', :git => 'https://github.com/ReactiveX/RxSwift'
# Pods for capio
target 'capioTests' do
inherit! :search_paths
# Pods for testing
pod 'RxBlocking', :git => 'https://github.com/ReactiveX/RxSwift'
pod 'RxTest', :git => 'https://github.com/ReactiveX/RxSwift'
end
target 'capioUITests' do
inherit! :search_paths
# Pods for testing
end
end