# WechatOpenSDK-Swift [![CI Status](https://img.shields.io/travis/mail.yuekun@gmail.com/WechatOpenSDK-Swift.svg?style=flat)](https://travis-ci.org/mail.yuekun@gmail.com/WechatOpenSDK-Swift) [![Version](https://img.shields.io/cocoapods/v/WechatOpenSDK-Swift.svg?style=flat)](https://cocoapods.org/pods/WechatOpenSDK-Swift) [![License](https://img.shields.io/cocoapods/l/WechatOpenSDK-Swift.svg?style=flat)](https://cocoapods.org/pods/WechatOpenSDK-Swift) [![Platform](https://img.shields.io/cocoapods/p/WechatOpenSDK-Swift.svg?style=flat)](https://cocoapods.org/pods/WechatOpenSDK-Swift) **WechatOpenSDK封装,便于在Swift项目中使用。** ## Installation WechatOpenSDK-Swift is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'WechatOpenSDK-Swift' ``` ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ```swift import WechatOpenSDK ``` - [官方文档](https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html) ## Author mail.yuekun@gmail.com ## License WechatOpenSDK-Swift is available under the MIT license. See the LICENSE file for more info.