Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Podspec version number | Jorge Canizales | 2015-09-29 |
| | | | This was released as `3.0.0-alpha-4.1` | ||
* | Fix podspec by adding missing comma | Jorge Canizales | 2015-09-04 |
| | |||
* | Fix Protobuf.podspec | TeBoring | 2015-08-26 |
| | |||
* | Update version number. | Feng Xiao | 2015-08-26 |
| | | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4. | ||
* | Update minimal ios and osx version for deployment. | Bo Yang | 2015-07-27 |
| | |||
* | Add Bazel target for protobuf ObjC runtime | Jorge Canizales | 2015-07-06 |
| | | | | | Also add WKT headers to the umbrella file, and simplify Podspec with it. Plus some layout improvements to the BUILD file. | ||
* | Update podspec for files that can build now, rename assets to not need @ in ↵ | Thomas Van Lenten | 2015-06-10 |
| | | | | the name. | ||
* | Update version number of objective-c to 3.0.0-alpha-4-pre | Bo Yang | 2015-06-09 |
| | |||
* | Merge pull request #447 from murgatroid99/podspec_fix | Paul Yang | 2015-06-02 |
|\ | | | | | Add remaining not-already-imported well known types files to podspec | ||
| * | Reorder fields so it looks like exclude_files affects preserve_paths | Jorge Canizales | 2015-06-02 |
| | | |||
| * | Better documentation | Jorge Canizales | 2015-06-02 |
| | | |||
| * | Remove backslashes after commas | Jorge Canizales | 2015-06-02 |
| | | |||
| * | Remove struct.proto too (redefines GPBValue) | Jorge Canizales | 2015-06-02 |
| | | |||
| * | s/pobjc/pbobjc and simplify a bit the podspec | Jorge Canizales | 2015-06-02 |
| | | |||
* | | Document why the podspec is on the root of the repo | Jorge Canizales | 2015-06-01 |
| | | |||
| * | Ignored files that cause build errors | murgatroid99 | 2015-06-01 |
| | | |||
| * | Add remaining not-already-imported well known types files to podspec | murgatroid99 | 2015-06-01 |
|/ | |||
* | Undo previous commit: Make all headers public instead. | Jorge Canizales | 2015-05-14 |
| | | | | | Apparently, in Cocoapods, all recursive #imports of public headers need to be public. | ||
* | Restricts public headers to GPBProtocolBuffers.h and ↵ | Jorge Canizales | 2015-05-14 |
| | | | | GPBProtocolBuffers_RuntimeSupport.h | ||
* | Makes _PackagePrivate.h files private | Jorge Canizales | 2015-05-14 |
| | |||
* | Adds the initial version of the podspec for the proto3 Objective-C runtime. | Jorge Canizales | 2015-05-14 |