Skip to content

nafu/CocoaPodsSample

Repository files navigation

##CocoaPods Best Practices

  1. use the same version of CocoaPods
  2. specify the version of a pod
  3. specify the version of your Ruby

###1.use the same version of CocoaPods

In Gemfile

source 'https://rubygems.org'

gem 'cocoapods', '0.17.2'

###2.specify the version of a pod

In Podfile

platform :ios
pod 'JSONKit',        '~> 1.4'
target :CocoaPodsSampleTests, :exclusive => true do
	pod 'Kiwi',         '~> 2.0.6'
end

###3.specify the version of your Ruby

In .ruby-version

1.9.3-p327

##Links

CocoaPods

rbenv

CocoaPods Best Practices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages