Skip to content

Commit

Permalink
Version bump and OSX podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
astralbodies committed May 11, 2016
1 parent ec4623d commit a510b62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Automattic-Tracks-OSX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Pod::Spec.new do |spec|
spec.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
spec.source = { :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => spec.version.to_s }
spec.source_files = 'Automattic-Tracks-iOS/**/*.{h,m}'
spec.private_header_files = 'Automattic-Tracks-iOS/TracksLogging.h'
spec.resource_bundle = { 'DataModel' => ['Automattic-Tracks-iOS/**/*.xcdatamodeld'] }
spec.framework = 'CoreData'

spec.header_dir = 'AutomatticTracks'
spec.module_name = 'AutomatticTracks'

spec.dependency 'CocoaLumberjack', '~>2.2.0'
spec.dependency 'Reachability', '~>3.1'
end
2 changes: 1 addition & 1 deletion Automattic-Tracks-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Automattic-Tracks-iOS'
spec.version = File.read("Automattic-Tracks-iOS/TracksConstants.m").split("const TracksLibraryVersion = @\"").last.split("\"").first
spec.platform = :ios, "7.0"
spec.platform = :ios, "9.0"
spec.license = { :type => 'GPLv2' }
spec.homepage = 'https://github.com/automattic/automattic-tracks-ios'
spec.authors = { 'Aaron Douglas' => '[email protected]' }
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.13";
NSString *const TracksLibraryVersion = @"0.1.0";

0 comments on commit a510b62

Please sign in to comment.