Skip to content

Instantly share code, notes, and snippets.

@cruor99
Created August 27, 2018 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cruor99/8f74fb14f4f2ec9237f1c9709c765d57 to your computer and use it in GitHub Desktop.
Save cruor99/8f74fb14f4f2ec9237f1c9709c765d57 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 'organize' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for organize
# use_frameworks!
pod 'Fabric'
pod 'Crashlytics'
pod 'OneSignal', '>= 2.5.2', '< 3.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment