Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
1059c1b5
Commit
1059c1b5
authored
Jul 06, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update develop
parent
11403790
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
README.md
README.md
+1
-9
No files found.
README.md
View file @
1059c1b5
...
...
@@ -25,7 +25,7 @@ Downloading and installing CocoaPods only takes a few minutes.
CocoaPods runs on
[
Ruby
](
http://www.ruby-lang.org/en/
)
. To install it run the following commands:
```
$ [sudo] gem install cocoapods
--pre
$ [sudo] gem install cocoapods
$ pod setup
```
...
...
@@ -77,14 +77,6 @@ dependency 'Reachability', '~> 2.0.4'
And then you
[
install the dependencies
](
https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-uses-CocoaPods
)
in your project.
```
$ pod install App.xcodeproj
```
_Where ‘App.xcodeproj’ is the name of your actual application project._
The next time you change your Podfile, you can update your project by simply running:
```
$ pod install
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment