Bump to v1.1.2

This commit is contained in:
Yannick Loriot 2016-06-06 21:33:37 +02:00
parent ac15cb0c4d
commit 435f29df24
5 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -90,7 +90,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Splitflap', '~> 1.1.1'
pod 'Splitflap', '~> 1.1.2'
```
Install into your project:
@ -121,7 +121,7 @@ $ brew install carthage
To integrate `Splitflap` into your Xcode project using Carthage, specify it in your `Cartfile` file:
```ogdl
github "yannickl/Splitflap" >= 1.1.1
github "yannickl/Splitflap" >= 1.1.2
```
#### Manually

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Splitflap'
s.version = '1.1.1'
s.version = '1.1.2'
s.license = 'MIT'
s.summary = 'A simple split-flap display for your Swift applications'
s.description = <<-DESC