[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 8 / GDFileManagerKit / 0.0.1 / GDFileManagerKit.podspec.json
blobe7d56a78828d35ceb3aecdd2d6260b975a6e9a12
2   "name": "GDFileManagerKit",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Graham Dennis": "graham@grahamdennis.me"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/GrahamDennis/GDFileManagerKit.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "resource_bundles": {
22     "GDFileManagerKit": "Source/**/*.{png,xml,json,xcdatamodeld,storyboard,xib}"
23   },
24   "frameworks": [
25     "SystemConfiguration",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 1.3"
32     ],
33     "SSKeychain": [
35     ],
36     "UIAlertView-Blocks": [
38     ],
39     "AFKissXMLRequestOperation": [
41     ],
42     "ISO8601DateFormatter": [
44     ],
45     "QuickDialog": [
46       "0.8"
47     ],
48     "AFOAuth2Client": [
50     ]
51   },
52   "xcconfig": {
53     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
54   },
55   "ios": {
56     "frameworks": [
57       "Security",
58       "SystemConfiguration",
59       "MobileCoreServices",
60       "CoreData",
61       "QuartzCore"
62     ]
63   },
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"