소스 검색

README: improve docs for cocoapods

Suggest the user to auto-update to the latest minor release instead of deploying the .0
Felix Paul Kühne 5 년 전
부모
커밋
44792b489a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -77,17 +77,17 @@ source 'https://github.com/CocoaPods/Specs.git'
 
 target '<macOS Target>' do
     platform :macos, '10.9'
-    pod 'VLCKit', '3.3.0'
+    pod 'VLCKit', '~>3.3.0'
 end
 
 target '<iOS Target>' do
     platform :ios, '8.4'
-    pod 'MobileVLCKit', '3.3.0'
+    pod 'MobileVLCKit', '~>3.3.0'
 end
 
 target '<tvOS Target>' do
     platform :tvos, '10.2'
-    pod 'TVVLCKit', '3.3.0'
+    pod 'TVVLCKit', '~>3.3.0'
 end
 ```