[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 0 / curly / 0.5.0 / curly.podspec.json
blobff46c1c9e724a74d3ca9215e56d7530d7c70f1de
2   "name": "curly",
3   "version": "0.5.0",
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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/johanlantz/curly.git",
16     "tag": "0.5.0"
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   },
24   "user_target_xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\"",
26     "ENABLE_BITCODE": "NO"
27   },
28   "libraries": "curl",
29   "frameworks": "Foundation"