Created
August 27, 2018 19:45
-
-
Save cruor99/8f74fb14f4f2ec9237f1c9709c765d57 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
# 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