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