2 "name": "AFQiniuClient",
4 "summary": "AFNetworking Extension for Qiniu(七牛)",
5 "homepage": "https://github.com/aelam/AFNetworking-Qiniu",
6 "license": "Apache License, Version 2.0",
7 "authors": "Ryan Wang => ryanwang@me.com",
9 "git": "https://github.com/aelam/AFNetworking-Qiniu.git",
16 "source_files": "AFQiniuClient/**/*.{h,m}",
29 "prefix_header_contents": "#ifdef __OBJC__\n #import <Security/Security.h>\n #if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #endif\n#endif /* __OBJC__*/\n"