Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How do I use Cocoapods to install the GData Objective-C Client?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Zak  
View profile  
 More options Nov 6 2012, 9:57 pm
From: Zak <zakdan...@gmail.com>
Date: Tue, 6 Nov 2012 18:57:46 -0800 (PST)
Local: Tues, Nov 6 2012 9:57 pm
Subject: How do I use Cocoapods to install the GData Objective-C Client?

I'm trying to install the library located here<http://code.google.com/p/gdata-objectivec-client/> and
I'm having trouble figuring out how to configure a podfile for it. Has
anyone done this? Does it require creating my own pod which links to the
SVN link?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Victor Ilyukevich  
View profile  
 More options Nov 7 2012, 4:47 am
From: Victor Ilyukevich <ilyukevich.vic...@gmail.com>
Date: Wed, 7 Nov 2012 12:46:55 +0300
Local: Wed, Nov 7 2012 4:46 am
Subject: Re: How do I use Cocoapods to install the GData Objective-C Client?

Hello, Zak!

You should create a Podfile in your project directory with contents like
this:

```
platform :ios

pod 'GData'
```

After that run in console `pod install` in the same directory. It will read
Podfile, determine what libraries needed (GData in this case), create a
Pods/ directory (if there are no such yet), install there that library,
create Pods/Pods.xcodeproj (if there are no such yet), add GData to that,
create workspace with your original project and Pods.xcodeproj. After that
you just have to open a workspace and that's all.

ps to find do we have a defined podspec for mentioned by you library, I've
just run `pod search gdata`. And have found that we already have such pod
and it's named 'GData'.

Good luck!

On Wed, Nov 7, 2012 at 5:57 AM, Zak <zakdan...@gmail.com> wrote:
> I'm trying to install the library located here<http://code.google.com/p/gdata-objectivec-client/> and
> I'm having trouble figuring out how to configure a podfile for it. Has
> anyone done this? Does it require creating my own pod which links to the
> SVN link?

--
Victor Ilyukevich
http://bestblog.name

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »