aboutsummaryrefslogtreecommitdiffhomepage
path: root/Protobuf.podspec
Commit message (Collapse)AuthorAge
* Fix Podspec version numberGravatar Jorge Canizales2015-09-29
| | | This was released as `3.0.0-alpha-4.1`
* Fix podspec by adding missing commaGravatar Jorge Canizales2015-09-04
|
* Fix Protobuf.podspecGravatar TeBoring2015-08-26
|
* Update version number.Gravatar Feng Xiao2015-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.Gravatar Bo Yang2015-07-27
|
* Add Bazel target for protobuf ObjC runtimeGravatar Jorge Canizales2015-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 ↵Gravatar Thomas Van Lenten2015-06-10
| | | | the name.
* Update version number of objective-c to 3.0.0-alpha-4-preGravatar Bo Yang2015-06-09
|
* Merge pull request #447 from murgatroid99/podspec_fixGravatar Paul Yang2015-06-02
|\ | | | | Add remaining not-already-imported well known types files to podspec
| * Reorder fields so it looks like exclude_files affects preserve_pathsGravatar Jorge Canizales2015-06-02
| |
| * Better documentationGravatar Jorge Canizales2015-06-02
| |
| * Remove backslashes after commasGravatar Jorge Canizales2015-06-02
| |
| * Remove struct.proto too (redefines GPBValue)Gravatar Jorge Canizales2015-06-02
| |
| * s/pobjc/pbobjc and simplify a bit the podspecGravatar Jorge Canizales2015-06-02
| |
* | Document why the podspec is on the root of the repoGravatar Jorge Canizales2015-06-01
| |
| * Ignored files that cause build errorsGravatar murgatroid992015-06-01
| |
| * Add remaining not-already-imported well known types files to podspecGravatar murgatroid992015-06-01
|/
* Undo previous commit: Make all headers public instead.Gravatar Jorge Canizales2015-05-14
| | | | | Apparently, in Cocoapods, all recursive #imports of public headers need to be public.
* Restricts public headers to GPBProtocolBuffers.h and ↵Gravatar Jorge Canizales2015-05-14
| | | | GPBProtocolBuffers_RuntimeSupport.h
* Makes _PackagePrivate.h files privateGravatar Jorge Canizales2015-05-14
|
* Adds the initial version of the podspec for the proto3 Objective-C runtime.Gravatar Jorge Canizales2015-05-14