ashen_23

sdk init

Pod::Spec.new do |s|
s.name = 'HHIMSDK'
s.version = '0.1.0'
s.summary = 'A short description of HHIMSDK.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.name = 'HHIMSDK'
s.version = "1.0.2.040917"
s.summary = 'A short description of HHIMSDK.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/shmily/HHIMSDK'
s.author = { 'shmily' => 'shmilyshijian@foxmail.com' }
s.source = { :git => "git@code.hh-medic.com:hh_public/HHIMSDK.ios.git", :tag => s.version }
s.homepage = 'https://github.com/shmily/HHIMSDK'
s.author = { 'shmily' => 'shmilyshijian@foxmail.com' }
s.source = { :git => "git@code.hh-medic.com:hh_public/HHIMSDK.ios.git", :tag => s.version }
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '9.0'
s.resources = 'HHIMSDK/resources/*.bundle'
s.resources = 'HHIMSDK/resources/*.bundle'
s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
s.vendored_frameworks = 'HHIMSDK/*.framework'
s.dependency 'TXIMSDK_iOS'
s.dependency 'NELivePlayer'
s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate'
s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv'
s.vendored_frameworks = 'HHIMSDK/*.framework'
s.dependency 'TXIMSDK_iOS'
s.dependency 'NELivePlayer'
end
... ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>1.0.2.040917</string></dict>
</plist>
... ...
No preview for this file type