Podfile 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. install! 'cocoapods', :deterministic_uuids => false
  3. inhibit_all_warnings!
  4. target 'VLC-iOS' do
  5. platform :ios, '7.0'
  6. pod 'OBSlider', '1.1.0'
  7. pod 'InAppSettingsKit', :git => 'git://github.com/fkuehne/InAppSettingsKit.git', :commit => '415ea6bb' #tvOS fix
  8. pod 'upnpx', '~>1.4.0'
  9. pod 'HockeySDK', '~>3.6.4'
  10. pod 'XKKeychain', '~>1.0'
  11. pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added
  12. pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes
  13. pod 'RESideMenu', '~>4.0.7'
  14. pod 'GoogleAPIClient/Drive'
  15. pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v'
  16. pod 'VLC-WhiteRaccoon'
  17. pod 'VLC-LiveSDK', '5.7.0x'
  18. pod 'MediaLibraryKit-unstable'
  19. pod 'MobileVLCKit-unstable', '3.0.0a43'
  20. pod 'GTMAppAuth'
  21. pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
  22. end
  23. target 'VLC-iOS-no-watch' do
  24. platform :ios, '7.0'
  25. pod 'OBSlider', '1.1.0'
  26. pod 'InAppSettingsKit', :git => 'git://github.com/fkuehne/InAppSettingsKit.git', :commit => '415ea6bb' #tvOS fix
  27. pod 'upnpx', '~>1.4.0'
  28. pod 'HockeySDK', '~>3.6.4'
  29. pod 'XKKeychain', '~>1.0'
  30. pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added
  31. pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes
  32. pod 'RESideMenu', '~>4.0.7'
  33. pod 'GoogleAPIClient/Drive'
  34. pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v'
  35. pod 'VLC-WhiteRaccoon'
  36. pod 'VLC-LiveSDK', '5.7.0x'
  37. pod 'MediaLibraryKit-unstable'
  38. pod 'MobileVLCKit-unstable', '3.0.0a43'
  39. pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
  40. pod 'GTMAppAuth'
  41. end
  42. target 'VLC-iOS-no-watch-Debug' do
  43. platform :ios, '7.0'
  44. pod 'OBSlider', '1.1.0'
  45. pod 'InAppSettingsKit', :git => 'git://github.com/fkuehne/InAppSettingsKit.git', :commit => '415ea6bb' #tvOS fix
  46. pod 'upnpx', '~>1.4.0'
  47. pod 'HockeySDK', '~>3.6.4'
  48. pod 'XKKeychain', '~>1.0'
  49. pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added
  50. pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes
  51. pod 'RESideMenu', '~>4.0.7'
  52. pod 'GoogleAPIClient/Drive'
  53. pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v'
  54. pod 'VLC-WhiteRaccoon'
  55. pod 'VLC-LiveSDK', '5.7.0x'
  56. pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
  57. end
  58. target 'VLC-tvOS' do
  59. platform :tvos, '10.2'
  60. pod 'XKKeychain', '~>1.0'
  61. pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has tvOS support added
  62. pod 'upnpx', '~>1.4.0'
  63. pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes
  64. pod 'MetaDataFetcherKit', '~>0.1.8'
  65. pod "OROpenSubtitleDownloader", :git => 'https://github.com/orta/OROpenSubtitleDownloader.git', :commit => '0509eac2'
  66. pod 'GRKArrayDiff', '~> 2.1'
  67. pod 'VLC-WhiteRaccoon'
  68. pod 'VLC-LiveSDK', '5.7.0x'
  69. pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
  70. pod 'HockeySDK-tvOS', '4.1.0-beta.1'
  71. pod 'TVVLCKit-unstable', '3.0.0a43'
  72. end
  73. target 'VLC-tvOS-Debug' do
  74. platform :tvos, '9.0'
  75. pod 'XKKeychain', '~>1.0'
  76. pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has tvOS support added
  77. pod 'upnpx', '~>1.4.0'
  78. pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes
  79. pod 'MetaDataFetcherKit', '~>0.1.8'
  80. pod "OROpenSubtitleDownloader", :git => 'https://github.com/orta/OROpenSubtitleDownloader.git', :commit => '0509eac2'
  81. pod 'GRKArrayDiff', '~> 2.1'
  82. pod 'VLC-WhiteRaccoon'
  83. pod 'VLC-LiveSDK', '5.7.0x'
  84. pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
  85. pod 'HockeySDK-tvOS', '4.1.0-beta.1'
  86. end
  87. target 'VLC-watchOS-Extension' do
  88. platform :watchos, '2.0'
  89. pod 'MediaLibraryKit-unstable'
  90. end
  91. post_install do |installer_representation|
  92. installer_representation.pods_project.targets.each do |target|
  93. if target.name == 'VLC-watchOS-Extension'
  94. installer_representation.pods_project.build_configurations.each do |config|
  95. config.build_settings['SKIP_INSTALL'] = 'YES'
  96. config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++'
  97. config.build_settings['VALID_ARCHS'] = 'armv7 armv7s arm64 i386 armv7k'
  98. config.build_settings['ARCHS'] = 'armv7 armv7s arm64 i386 armv7k'
  99. end
  100. else
  101. installer_representation.pods_project.build_configurations.each do |config|
  102. config.build_settings['SKIP_INSTALL'] = 'YES'
  103. config.build_settings['VALID_ARCHS'] = 'armv7 armv7s arm64 i386 armv7k'
  104. config.build_settings['ARCHS'] = 'armv7 armv7s arm64 i386 armv7k'
  105. config.build_settings['CLANG_CXX_LIBRARY'] = 'libc++'
  106. end
  107. end
  108. end
  109. end