Skip to content

Commit f99161a

Browse files
nikolay-kapustindinhvh
authored andcommitted
Remove crypto & ssl libraries in podspec for osx (#1619)
For os x development these libs don't need by default.
1 parent e4852f9 commit f99161a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cocoapods/mailcore2-osx.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"public_header_files": "include/MailCore/*.h",
2222
"preserve_paths": "include/MailCore/*.h",
2323
"vendored_libraries": "lib/libMailCore.a",
24-
"libraries": ["sasl2", "tidy", "xml2", "iconv", "z", "c++", "crypto", "ssl", "resolv"],
24+
"libraries": ["sasl2", "tidy", "xml2", "iconv", "z", "c++", "resolv"],
2525
"prepare_command": "curl -O https://github.com/MailCore/mailcore2/raw/master/LICENSE"
2626
}

0 commit comments

Comments
 (0)