4 "summary": "High level libcurl api.",
5 "homepage": "https://github.com/johanlantz/curly",
10 "authors": "Johan Lantz",
15 "git": "https://github.com/johanlantz/curly.git",
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\""
24 "user_target_xcconfig": {
25 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\"",
26 "ENABLE_BITCODE": "NO"
29 "frameworks": "Foundation"