iOS static library of Google Data APIs Objective-C Client Library
It can be used in both simulator and devices. Tested with Xcode 4.1.1 on Mac OS X 10.7.1
- Add all files (header files and the .a binary image) into your Xcode project
- In your target -> Build Settings, set
/usr/include/libxml2
in Header Search Paths - In your target -> Build Phases -> Link Binary With Libraries, add
libxml2.dylib
- To use the
gdata
classes, just add the following line in your header file:#import "GData.h"
- Done
Open a github issue or ping me on Twitter