Podfile 452 B

12345678910111213141516171819202122
  1. project 'XenonSDK.xcodeproj'
  2. # Uncomment the next line to define a global platform for your project
  3. #platform :ios, '9.0'
  4. target 'XenonDemo' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. # Pods for XenonDemo
  8. end
  9. target 'XenonSDK' do
  10. # Comment the next line if you don't want to use dynamic frameworks
  11. use_frameworks!
  12. #Public sdk
  13. pod 'MBProgressHUD','1.2.0'
  14. pod 'JSONModel','1.7.0'
  15. end