Skip to content

Commit

Permalink
Update podspec for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Guo committed Jul 23, 2014
1 parent 4956134 commit e7e7eb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VENCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VENCore"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "Core Venmo client library"
s.description = <<-DESC
Core iOS client library for the Venmo api
Expand Down
1 change: 0 additions & 1 deletion VENCoreUnitTests/Models/Users/VENUserSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@


beforeAll(^{

VENCore *core = [[VENCore alloc] init];
[VENCore setDefaultCore:core];

Expand Down

0 comments on commit e7e7eb3

Please sign in to comment.