Skip to content

Commit

Permalink
Merge pull request #44 from Automattic/develop
Browse files Browse the repository at this point in the history
Bring master current for 0.0.11
  • Loading branch information
jleandroperez committed Nov 10, 2015
2 parents e3b1e42 + ff3db52 commit 1b8f2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Automattic-Tracks-OSX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Pod::Spec.new do |spec|
spec.source_files = 'Automattic-Tracks-iOS/**/*.{h,m}'
spec.resource_bundle = { 'DataModel' => ['Automattic-Tracks-iOS/**/*.xcdatamodeld'] }
spec.framework = 'CoreData'
spec.framework = 'CoreTelephony'

spec.dependency 'CocoaLumberjack', '2.0.0'
spec.dependency 'Reachability', '~>3.1'
Expand Down
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS/TracksConstants.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "TracksConstants.h"

NSString *const TracksErrorDomain = @"TracksErrorDomain";
NSString *const TracksLibraryVersion = @"0.0.10";
NSString *const TracksLibraryVersion = @"0.0.11";

0 comments on commit 1b8f2e8

Please sign in to comment.