Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Bump podspec to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Oct 11, 2018
1 parent a43d402 commit 87d1f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pop.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pop'
spec.version = '1.0.10'
spec.version = '1.0.11'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/pop'
spec.authors = { 'Kimon Tsinteris' => 'kimon@mac.com' }
Expand Down
3 changes: 3 additions & 0 deletions pop/POPVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef __POP__FBVector__
#define __POP__FBVector__

#ifdef __cplusplus

#include <iostream>
#include <vector>

Expand Down Expand Up @@ -390,4 +392,5 @@ namespace POP {
typedef std::shared_ptr<const Vector> VectorConstRef;

}
#endif /* __cplusplus */
#endif /* defined(__POP__FBVector__) */

0 comments on commit 87d1f8b

Please sign in to comment.