Skip to content

Commit

Permalink
add TencentOpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksun committed Sep 18, 2014
1 parent a568d6c commit b452cc6
Show file tree
Hide file tree
Showing 17 changed files with 3,262 additions and 0 deletions.
22 changes: 22 additions & 0 deletions DXYTencentOpenAPI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "DXYTencentOpenAPI"
s.version = "2.3"
s.summary = "腾讯开放平台 SDK,支持 arm64."
s.description = <<-DESC
腾讯开放平台 SDK,支持 arm64.
DESC
s.homepage = "http://open.qq.com"
s.license = { :type => 'LGPL', :text => <<-LICENSE
® 1998 - 2014 Tencent All Rights Reserved.
LICENSE
}
s.author = "tencent.com"
s.platform = :ios
s.source = { :git => "https://github.com/dxy-developer/DXYTencentOpenAPI.git", :tag => "v#{s.version.to_s}" }
s.resources = "TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle"
s.vendored_frameworks = 'TencentOpenAPI/TencentOpenAPI.framework'
s.public_header_files = "TencentOpenAPI/TencentOpenAPI.framework/Headers/**/*.h"
s.frameworks = 'CoreTelephony','SystemConfiguration'
s.libraries = 'z','sqlite3','iconv','stdc++'

end
Loading

0 comments on commit b452cc6

Please sign in to comment.