aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
|\ | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| * Re-enabled warnings in the gRPC podspecGravatar murgatroid992015-06-18
| |
| * Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
| |
* | podspecGravatar Craig Tiller2015-06-17
|/
* Fixed file renaming in podspec templateGravatar murgatroid992015-06-16
|
* Explicitely selecting gpr and grpc instead of trying our best.Gravatar Nicolas "Pixel" Noble2015-06-15
|
* Transforming gRPC.podspec to use build.json instead of globbing.Gravatar Nicolas "Pixel" Noble2015-06-15
|
* Advance version to 0.6, per the metadata breaking changeGravatar Jorge Canizales2015-06-13
|
* Fix gRPC.podspec to pass pod spec lintGravatar Jorge Canizales2015-06-04
| | | | | | | - Relax protobuf requirement to alpha version - Suppress warnings for GRPCClient - Fix headers search path - Document hacks.
* Fix version number of gRPC.podspecGravatar Jorge Canizales2015-06-02
| | | And solves a few linter issues that prevent it from being submitted to Cocoapods' repo.
* Move our runtime to proto3 and make the dependency explicitGravatar Jorge Canizales2015-05-17
|
* Allowing OSX platforms to be targetedGravatar Vince Gatto2015-05-12
|
* Fixed typoGravatar murgatroid992015-05-04
|
* Resolved some commentsGravatar murgatroid992015-05-01
|
* Fixes build by moving the prepare_command back up to the top levelGravatar Jorge Canizales2015-04-28
|
* Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-22
| | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that.
* Fixes scheme detection logic and NPEGravatar Jorge Canizales2015-04-21
|
* Moves RxLibrary.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-21
|
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-04-21
- Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files.