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\"",
23 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\""
25 "user_target_xcconfig": {
26 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/curly/third-party/curl/ios/lib\"",
27 "ENABLE_BITCODE": "NO"
33 "frameworks": "Foundation"