We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5821d8 + 0b1361f commit b5bf9aaCopy full SHA for b5bf9aa
1 file changed
README.md
@@ -40,7 +40,7 @@ QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设
40
#### Podfile
41
```
42
platform :ios, '7.0'
43
-pod 'QMUIKit', '~>1.2'
+pod 'QMUIKit', '~>1.3.0'
44
45
如果你的项目支持 iOS 8+,建议使用QMUI的动态库:
46
@@ -54,7 +54,7 @@ use_frameworks!
54
55
#### Cartfile
56
57
-github "QMUI/QMUI_iOS" ~>1.2
+github "QMUI/QMUI_iOS" ~>1.3.0
58
59
### 作为子项目
60
具体请查看我们的[开始使用](http://qmuiteam.com/ios/page/start.html#qw_downloadForUse)文档。
0 commit comments