Swift version of WeChat SDK.
Specify "WeChatSDK" in your Cartfile
:
github "teambition/WeChatSDK"
See WeChatSDK Integration Guide
Add code to "Info.plist" in your project as follows:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>weixin</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
iOS 8.0
WeChatSDK is released under the MIT license. See LICENSE for details.
Have a question? Please open an issue!