Created
April 1, 2017 18:02
-
-
Save pddkhanh/d9f19555e5bcbff44381de1d1a9cd6b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '9.0' | |
target 'Photos' do | |
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | |
use_frameworks! | |
inhibit_all_warnings! | |
# Pods for Photos | |
pod 'RxCocoa' | |
pod 'RxSwift' | |
target 'PhotosTests' do | |
inherit! :search_paths | |
# Pods for testing | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment