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": [
38 "External/libcurl.OSX/libcrypto_Mac.a",
39 "External/libcurl.OSX/libcurl_Mac.a",
40 "External/libcurl.OSX/libnghttp2_Mac.a",
41 "External/libcurl.OSX/libssl_Mac.a"
47 "source_files": "SCHTTPClient/**/*.{h,m}",
65 "SCHTTPClient/LibCurl": [
69 "private_header_files": "SCHTTPClient/Internal/*.h",
70 "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"