安裝及基本用法由此連接http://www.cnblogs.com/jys509/p/4839803.html
提示:
(1)在最后一步,pod install已經(jīng)不能使用,應(yīng)該用pod install --verbose --no-repo-update就可以了
(2)有時(shí)候會(huì)出現(xiàn)這種警告:
Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice
解決辦法是把每個(gè)引入的庫(kù)都用~>標(biāo)明版本號(hào)。