2 "name": "GDFileManagerKit",
4 "summary": "A consistent iOS API for cloud file storage services including Dropbox and Google Drive.",
5 "description": " GDFileManagerKit lets you access Dropbox, Google Drive, SugarSync and WebDAV with a consistent,\n NSFileManager-like API.\n \n Features of GDFileManagerKit include:\n \n * Cached file metadata. Old metadata is re-validated where possible making API calls more efficient.\n * Cached file downloads.\n * Chunked upload / downloads where available for reliability in intermittently connected environments.\n * Copy/Delete/Move file operations.\n",
6 "homepage": "http://github.com/GrahamDennis/GDFileManagerKit",
11 "Graham Dennis": "graham@grahamdennis.me"
17 "git": "https://github.com/GrahamDennis/GDFileManagerKit.git",
20 "source_files": "Source/**/*.{h,m}",
22 "GDFileManagerKit": "Source/**/*.{png,xml,json,xcdatamodeld,storyboard,xib}"
25 "SystemConfiguration",
36 "UIAlertView-Blocks": [
39 "AFKissXMLRequestOperation": [
42 "ISO8601DateFormatter": [
53 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
58 "SystemConfiguration",
64 "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"