Skip to content

Instantly share code, notes, and snippets.

@pddkhanh
Created April 1, 2017 18:02
Show Gist options
  • Save pddkhanh/d9f19555e5bcbff44381de1d1a9cd6b9 to your computer and use it in GitHub Desktop.
Save pddkhanh/d9f19555e5bcbff44381de1d1a9cd6b9 to your computer and use it in GitHub Desktop.
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