Skip to content

Commit

Permalink
[Add] WeChatSDK (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Nov 24, 2012
1 parent 6846812 commit 15f723a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions WeChatSDK/0.0.1/WeChatSDK.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "WeChatSDK"
s.version = "0.0.1"
s.summary = "The Official iOS SDK of WeChat from Tencent."
s.homepage = "http://dev.wechatapp.com/"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright (c) 2012 Tencent. All rights reserved.
LICENSE
}
s.author = { "Tencent" => "developer@wechatapp.com" }
s.source = { :http => "http://dev.wechatapp.com/download/sdk/WeChat_SDK_iOS_en.zip" }
s.platform = :ios
s.source_files = 'WeChat_SDK_iOSen/WXApiObject.h', 'WeChat_SDK_iOSen/WXApi.h'
s.preserve_paths = 'WeChat_SDK_iOSen/libWeChatSDK.a'
s.library = 'WeChatSDK'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/WeChatSDK/WeChat_SDK_iOSen"' }
end

0 comments on commit 15f723a

Please sign in to comment.