[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / f / DZWebDAVClient / 1.0.1 / DZWebDAVClient.podspec.json
blob390c7570d0771d0513a89ad837f16cfffbc86c47
2   "name": "DZWebDAVClient",
3   "license": "MIT",
4   "version": "1.0.1",
5   "summary": "An Objective-C WebDAV client based on AFNetworking.",
6   "homepage": "https://github.com/zwaldowski/DZWebDAVClient",
7   "authors": {
8     "Zachary Waldowski": "zwaldowski@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/zwaldowski/DZWebDAVClient.git",
12     "tag": "1.0.1"
13   },
14   "source_files": "DZWebDAVClient/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.0"
23     ]
24   },
25   "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"