diff --git a/README.md b/README.md index ba37747c..c817d4e9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设 #### Podfile ``` platform :ios, '7.0' -pod 'QMUIKit', '~>1.3.2' +pod 'QMUIKit', '~>1.3.3' ``` 如果你的项目支持 iOS 8+,建议使用QMUI的动态库: @@ -61,7 +61,7 @@ pod setup (这个步骤比较费时,请耐心等一等) #### Cartfile ``` -github "QMUI/QMUI_iOS" ~>1.3.2 +github "QMUI/QMUI_iOS" ~>1.3.3 ``` ### 作为子项目 具体请查看我们的[开始使用](http://qmuiteam.com/ios/page/start.html#qw_downloadForUse)文档。