Skip to content

Commit

Permalink
Set pod spec's Swift version to 3.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 authored and alexisakers committed Sep 17, 2018
1 parent f57f14e commit 5e4d711
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions BulletinBoard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Pod::Spec.new do |s|
s.documentation_url = "https://alexaubry.github.io/BulletinBoard"
s.module_name = "BLTNBoard"
s.resources = "Resources/**/*.{lproj,png}"
s.swift_version = "3.0"
end
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here are some screenshots showing what you can build with BulletinBoard:

## Demo

A demo project is included in the `BulletinBoard` workspace. It demonstrates how to:
A demo project is included in the `BulletinBoard` workspace. It demonstrates how to:

- integrate the library (setup, data flow)
- create standard page cards
Expand Down Expand Up @@ -70,7 +70,7 @@ BulletinBoard is fully compatible with Objective-C.
To import it in your Objective-C app, just add this line at the top of your files:

~~~objc
@import BLTNBoard;
@import BLTNBoard;
~~~

## Usage
Expand Down Expand Up @@ -258,7 +258,7 @@ Several styles are available in the `BulletinBackgroundViewStyle` enum:
## Dismissal

If you set the `isDismissable` property to `true`, the user will be able to dismiss the bulletin by tapping outside of the card or by swiping the card down. This property defaults to `true`. You should set this property to `false` if completing the task is required, and should not be avoided by the user.
If you set the `isDismissable` property to `true`, the user will be able to dismiss the bulletin by tapping outside of the card or by swiping the card down. This property defaults to `true`. You should set this property to `false` if completing the task is required, and should not be avoided by the user.

By default, a close button will be displayed when the item can be dismissed. If you don't want this behavior, you can set the `requiresCloseButton` property to `false`. This is useful when the bulletin already provides an action button to close the item (such as a “Done“ button).

Expand Down

0 comments on commit 5e4d711

Please sign in to comment.