This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# getui-sdk-ios-cocoapods
个推iOS SDK CocoaPods集成库
## podfile 配置
```
platform :ios, "8.0"
pod 'GTSDK'
## Swift Package Manager 配置
指定分支为master即可完成SPM配置: <br/>
<img src="../master/Pics/spm.png" width="750px;"/>