This project manages its dependencies using CocoaPods. Learn more
Podfile 186 Bytes
use_frameworks!

platform :ios, '8.0'

target 'GMTencentSDK_Example' do
  pod 'GMTencentSDK', :path => '../'

  target 'GMTencentSDK_Tests' do
    inherit! :search_paths

    
  end
end