Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active November 12, 2018 20:54
Show Gist options
  • Save vialyx/c25046da69df7634abea87ecf05026ca to your computer and use it in GitHub Desktop.
Save vialyx/c25046da69df7634abea87ecf05026ca to your computer and use it in GitHub Desktop.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'JsonCoddableUrlSession' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for JsonCoddableUrlSession
pod 'RealmSwift'
# Add this line
target 'JsonCoddableUrlSessionTests' do
inherit! :search_paths
# Pods for testing
end
target 'JsonCoddableUrlSessionUITests' 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