[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 0 / curly / 0.8.4 / curly.podspec.json
blobe841051b5adb02eb5939b34d0fd71dbf6a103229
2   "name": "curly",
3   "version": "0.8.4",
4   "summary": "High level libcurl api.",
5   "homepage": "https://github.com/johanlantz/curly",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Johan Lantz",
11   "platforms": {
12     "ios": "8.2"
13   },
14   "source": {
15     "git": "https://github.com/johanlantz/curly.git",
16     "tag": "0.8.4"
17   },
18   "source_files": "*.{h,c}",
19   "public_header_files": "curly.h",
20   "preserve_paths": "third-party/curl/ios/**/*",
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/curly/third-party/curl/ios/include\"",
23     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\""
24   },
25   "user_target_xcconfig": {
26     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\"",
27     "ENABLE_BITCODE": "NO"
28   },
29   "libraries": [
30     "curl",
31     "z"
32   ],
33   "frameworks": "Foundation"