2 "name": "SCHTTPClient",
4 "summary": "A modern HTTP client framework for iOS/OSX built on top of libcurl.",
5 "homepage": "https://github.com/debugly/SCHTTPClient.git",
7 "type": "Apache License, Version 2.0",
11 "debugly": "qianlongxu@gmail.com"
14 "git": "https://github.com/debugly/SCHTTPClient.git",
23 "preserve_paths": "External/libcurl.iOS"
26 "preserve_paths": "External/libcurl.OSX"
32 "source_files": "External/libcurl.iOS/*.h",
33 "vendored_libraries": "External/libcurl.iOS/libcurl.iOS.a"
36 "source_files": "External/libcurl.OSX/*.h",
37 "vendored_libraries": "External/libcurl.OSX/libcurl.OSX.a"
42 "source_files": "SCHTTPClient/**/*.{h,m}",
60 "SCHTTPClient/LibCurl": [
64 "private_header_files": "SCHTTPClient/Internal/*.h",
65 "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <MobileCoreServices/MobileCoreServices.h>\n#else\n #import <CoreServices/CoreServices.h>\n#endif"