aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
Commit message (Collapse)AuthorAge
...
* 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.