Skip to content

Commit

Permalink
Bolts 1.9.0 🔩
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jan 1, 2018
1 parent 8015263 commit 4dc6542
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 213 deletions.
4 changes: 2 additions & 2 deletions Bolts.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Bolts'
s.version = '1.8.4'
s.version = '1.9.0'
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
s.description = <<-DESC
Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account.
The first component in Bolts is "tasks", which make organization of complex asynchronous code more manageable. A task is kind of like a JavaScript Promise, but available for iOS and Android.
DESC
s.homepage = 'https://github.com/BoltsFramework'
s.authors = { 'Nikita Lutsenko' => '[email protected]' }
s.license = 'BSD'
s.authors = 'Parse'
s.source = { :git => 'https://github.com/BoltsFramework/Bolts-ObjC.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ParseIt'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Bolts/Common/Bolts.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

NS_ASSUME_NONNULL_BEGIN

NSString *const BoltsFrameworkVersionString = @"1.8.4";
NSString *const BoltsFrameworkVersionString = @"1.9.0";

NS_ASSUME_NONNULL_END
Loading

0 comments on commit 4dc6542

Please sign in to comment.