CocoaPods的安裝和使用介紹

CocoaPods的安裝(如下命令均在終端下操做)

1.安裝方式簡單,Mac下都自帶ruby,使用ruby的gem命令便可下載安裝:

sudo gem install cocoapods
pod setup

2.若是你的gem太老,可能也會有問題,能夠嘗試用以下命令升級gem:

sudo gem update --system

3.另外,ruby的軟件源http://rubygems.org由於使用的是亞馬遜的雲服務,因此被牆了,須要更新一下ruby的源,使用以下代碼將官方的ruby源替換成國內淘寶的源:

gem sources --remove http://rubygems.org/
gem sources -a https://ruby.taobao.org/
gem sources -l

4.(驗證)輸入下面命令後,

gem sources -l

若是出現下面ios

*** CURRENT SOURCES ***

https://ruby.taobao.org/

5.此時就能夠進行安裝,

sudo gem install cocoapods

出現如下git

Successfully installed cocoapods-0.39.0
Parsing documentation for cocoapods-0.39.0
1 gem installed

CocoaPods的使用介紹

1.使用時須要(在想要加入第三方的工程下)新建一個名爲Podfile的文件(先將工程路徑拖進終端,使在此文件中建立)

cd /Users/lanou3g/Desktop/未命名文件夾/text
jinzhao:text lanou3g$ touch Podfile

2.而後將依賴的庫(第三方)名字依次列在文件中

jinzhao:text lanou3g$ vim Podfile

//編寫方式,如如下
pod 'SDWebImage', '~>3.7'

終端進入
vim Podfile(若是存在直接打開,不存在建立後打開)
此時進入文件,若是是編輯模式,便可以進行編輯,或者是命令模式
編輯模式—>ESC+shift+冒號鍵+w鍵,此時能夠寫入
編輯模式—>ESC+shift+冒號鍵+q鍵,此時已經離開
編輯模式—>ESC+shift+冒號鍵+wq鍵,此時寫入並離開
編輯模式—>ESC+shift+冒號鍵+wq!鍵,強制寫入並離開
命令模式—>i鍵—>進入編輯模式
set nu:顯示行號
ESC後 輸入dd 能夠刪掉一行github

3.而後編輯好的Podfile文件放到根目錄中,執行以下命令便可:

cd "you project home"//此爲將文件放到根目錄,小編本就在根目錄下建立,故此步驟可省略
pod install//圓莢體安裝

4.獲得,例如出現如下,即爲加載完畢

Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing SDWebImage (3.7.3)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `text.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total
pod installed.

5.你若是不知道cocoaPods管理的庫中,是否有你想要的庫,那麼你能夠同過pod search命令進行查找,如下是我用pod 'SDWebImage', '~>3.7'查找到的全部可用的庫:

-> ComponentKit+SDWebImage (0.0.2) [DEPRECATED]
   CKNetworkImageDownloading implementation for SDWebImage.
   pod 'ComponentKit+SDWebImage', '~> 0.0.2'
   - Homepage: https://github.com/eyeem/ComponentKit-SDWebImage
   - Source:   https://github.com/eyeem/ComponentKit-SDWebImage.git
   - Versions: 0.0.2, 0.0.1 [master repo]


-> DSActivityIndicatorSDWebImage (1.0.6)
   The easiest way to add a UIActivityView to your SDWebImage view.
   pod 'DSActivityIndicatorSDWebImage', '~> 1.0.6'
   - Homepage: https://github.com/diejmon/UIActivityIndicator-for-SDWebImage
   - Source:   https://github.com/diejmon/UIActivityIndicator-for-SDWebImage.git
   - Versions: 1.0.6, 1.0 [master repo]


-> IMY_SDWebImage_Wrapper (1.0)
   SDWebImageView 進度條支持
   pod 'IMY_SDWebImage_Wrapper', '~> 1.0'
   - Homepage: https://github.com/meiyoudev/IMY_SDWebImage_Wrapper
   - Source:   https://github.com/meiyoudev/IMY_SDWebImage_Wrapper.git
   - Versions: 1.0 [master repo]


-> SDWebImage (3.7.3)
   Asynchronous image downloader with cache support with an UIImageView
   category.
   pod 'SDWebImage', '~> 3.7.3'
   - Homepage: https://github.com/rs/SDWebImage
   - Source:   https://github.com/rs/SDWebImage.git
   - Versions: 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6, 3.5.4, 3.5.2, 3.5.1, 3.5, 3.4,
   3.3, 3.2, 3.1, 3.0, 2.7.4, 2.7, 2.6, 2.5, 2.4 [master repo]
   - Subspecs:
     - SDWebImage/Core (3.7.3)
     - SDWebImage/MapKit (3.7.3)
     - SDWebImage/WebP (3.7.3)


-> SDWebImage+ExtensionSupport (3.7.1.2)
   Asynchronous image downloader with cache support with an UIImageView
   category. Added SD_APP_EXTENSION macro for ios8 extensions
   pod 'SDWebImage+ExtensionSupport', '~> 3.7.1.2'
   - Homepage: https://github.com/rs/SDWebImage
   - Source:   https://github.com/glassoff/SDWebImage.git
   - Versions: 3.7.1.2, 3.7.1.1 [master repo]
   - Subspecs:
     - SDWebImage+ExtensionSupport/Core (3.7.1.2)
     - SDWebImage+ExtensionSupport/MapKit (3.7.1.2)


-> SDWebImage-Category (1.4)
   方便快捷的爲UIImageView加上下載進度條,支持:下載失敗顯示裂圖,顯示 點擊下載圖片
   pod 'SDWebImage-Category', '~> 1.4'
   - Homepage: https://github.com/li6185377/SDWebImage-Category
   - Source:   https://github.com/li6185377/SDWebImage-Category.git
   - Versions: 1.4, 1.3, 1.2, 1.1.1, 1.1 [master repo]


-> SDWebImage-ProgressView (0.4.0)
   Category on UIImageView, adding a progress view while images are downloaded
   using SDWebImage.
   pod 'SDWebImage-ProgressView', '~> 0.4.0'
   - Homepage: https://github.com/kevinrenskers/SDWebImage-ProgressView
   - Source:   https://github.com/kevinrenskers/SDWebImage-ProgressView.git
   - Versions: 0.4.0, 0.3.1, 0.3.0, 0.2.0, 0.1.0 [master repo]


-> SDWebImageFix (3.7.3.2)
   Asynchronous image downloader with cache support with an UIImageView
   category.
   pod 'SDWebImageFix', '~> 3.7.3.2'
   - Homepage: https://github.com/jumperb/SDWebImage
   - Source:   https://github.com/jumperb/SDWebImage.git
   - Versions: 3.7.3.2, 3.7.3.1 [master repo]
   - Subspecs:
     - SDWebImageFix/Core (3.7.3.2)
     - SDWebImageFix/MapKit (3.7.3.2)
     - SDWebImageFix/WebP (3.7.3.2)


-> UIActivityIndicator-for-SDWebImage (1.2)
   The easiest way to add a UIActivityView to your SDWebImage view.
   pod 'UIActivityIndicator-for-SDWebImage', '~> 1.2'
   - Homepage: https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage
   - Source:  
   https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage.git
   - Versions: 1.2, 1.1, 1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.0 [master repo]


-> UIActivityIndicator-for-SDWebImage+UIButton (1.2)
   The easiest way to add a UIActivityView to your SDWebImage view.
   pod 'UIActivityIndicator-for-SDWebImage+UIButton', '~> 1.2'
   - Homepage: https://github.com/nobre84/UIActivityIndicator-for-SDWebImage
   - Source:   https://github.com/nobre84/UIActivityIndicator-for-SDWebImage.git
   - Versions: 1.2 [master repo]


-> UIImageView+SDWebImage_M13ProgressSuite (0.1.1)
   Category of UIImageView, downloaded with SDWebImage, progressed with
   M13ProgressSuite.
   pod 'UIImageView+SDWebImage_M13ProgressSuite', '~> 0.1.1'
   - Homepage: https://github.com/Jowyer/UIImageView-SDWebImage_M13ProgressSuite
   - Source:  
   https://github.com/Jowyer/UIImageView-SDWebImage_M13ProgressSuite.git
   - Versions: 0.1.1, 0.1.0 [master repo]

6.如今,你的全部第三方庫都已經下載完成而且設置好了編譯參數和依賴,你只需記住以下2點便可:

1.使用CocoPods生成的.xcworkspace文件來打開工程,而不是之前的.xcodeproj文件.
2.每次更改了Podfile文件,你須要從新執行一次pod update命令.vim

相關文章
相關標籤/搜索