Commit dcea5b95 authored by Nikita Lutsenko's avatar Nikita Lutsenko
Browse files

Release 1.1.3

Showing with 9 additions and 3 deletions
+9 -3
Pod::Spec.new do |s|
s.name = "Bolts"
s.version = "1.1.2"
s.version = "1.1.3"
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.
......
#define BOLTS_VERSION @"1.1.2"
#define BOLTS_VERSION @"1.1.3"
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
# Bolts CHANGELOG
## 1.1.3
- Made Bolts work if added as a subproject
- Support for iOS 8
- Support for OS X 10.10
- Updated headers to support llvm header maps
## 1.1.2
- [App Links Analytics](https://github.com/BoltsFramework/Bolts-iOS#analytics)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment