project 'XenonSDK.xcodeproj'

# Uncomment the next line to define a global platform for your project
 #platform :ios, '9.0'

target 'XenonDemo' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for XenonDemo

end

target 'XenonSDK' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  #Public sdk
  pod 'MBProgressHUD','1.2.0'
  pod 'JSONModel','1.7.0'
  
end