[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 4 / BBHTTP / 0.9.7 / BBHTTP.podspec.json
blobba8208eb5986fdd6da2f44a9bce7d1f1e15716f8
2   "name": "BBHTTP",
3   "version": "0.9.7",
4   "summary": "A modern HTTP client framework for iOS/OSX built on top of libcurl.",
5   "homepage": "https://github.com/brunodecarvalho/BBHTTP",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bruno de Carvalho": "bruno@biasedbit.com"
12   },
13   "source": {
14     "git": "https://github.com/brunodecarvalho/BBHTTP.git",
15     "tag": "0.9.7"
16   },
17   "requires_arc": true,
18   "source_files": "BBHTTP/**/*.{h,m}",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "ios": {
24     "preserve_paths": "External/libcurl.iOS",
25     "frameworks": [
26       "MobileCoreServices",
27       "Security",
28       "UIKit"
29     ],
30     "libraries": [
31       "z",
32       "curl.iOS.dev"
33     ],
34     "xcconfig": {
35       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BBHTTP/External/libcurl.iOS\"",
36       "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/BBHTTP/External/libcurl.iOS\""
37     }
38   },
39   "osx": {
40     "preserve_paths": "External/libcurl.OSX",
41     "frameworks": [
42       "Security",
43       "CoreServices",
44       "AppKit"
45     ],
46     "libraries": [
47       "z",
48       "curl.OSX"
49     ],
50     "xcconfig": {
51       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BBHTTP/External/libcurl.OSX\"",
52       "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/BBHTTP/External/libcurl.OSX\""
53     }
54   },
55   "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\n"