aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/BoringSSL.podspec
Commit message (Collapse)AuthorAge
* Add arm_arch.h back to fix compilation for devicesGravatar Jorge Canizales2016-07-07
|
* BoringSSL: further documentation nit.Gravatar Jorge Canizales2016-06-28
|
* BoringSSL fixup: pqueue.h is removed in v4Gravatar Jorge Canizales2016-06-28
|
* BoringSSL: move podspec to v4Gravatar Jorge Canizales2016-06-28
|
* BoringSSL: Document podspec hacksGravatar Jorge Canizales2016-06-28
|
* BoringSSL fixup: remove unneeded empty source fileGravatar Jorge Canizales2016-06-28
|
* BoringSSL: Intf and Impl subspecs. WIPGravatar Jorge Canizales2016-06-28
|
* BoringSSL: Point to v3 tag in the repoGravatar Jorge Canizales2016-06-28
|
* BoringSSL: import all in the umbrella headerGravatar Jorge Canizales2016-06-28
|
* Remove #include <inttypes.h> from BoringSSLGravatar Jorge Canizales2016-06-08
| | | | Apple hasn’t created a module map for that system header, which means it can’t be used from frameworks.
* Make BoringSSL work with frameworksGravatar Jorge Canizales2016-06-08
| | | | | | | | | | | Cocoapods 1.0 keeps the directory structure of the public headers when creating a dynamic framework, so if we keep the header_mappings_dir as it was, includes would need to be of the form #include <openssl/openssl/ssl.h> This means our header_mappings_dir has to be ‘include/openssl’ instead of ‘include’. Which in turn means that, for static libraries, we have to tell Cocoapods to prepend an ‘openssl’ directory to the headers. We do that with the ‘header_dir’ attribute of the podspec.
* Upgrade BoringSSL podspec to v2.0Gravatar Jorge Canizales2016-01-25
|
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01