Skip to content

Commit 837da52

Browse files
Update README and bump Podspec
1 parent 2a2dbe5 commit 837da52

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ParticlesLoadingView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ParticlesLoadingView"
3-
s.version = "0.3"
3+
s.version = "0.4"
44
s.summary = "A loading animation made of particles."
55
s.description = "A customizable SpriteKit particles animation on the border of a view."
66
s.homepage = "https://github.com/BalestraPatrick/ParticlesLoadingView"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Go ahead and create your own particles animation by doing File ➡️ New File
1414
![](Resources/ParticlesEmitterEditor.png)
1515

1616

17-
1817
## Usage
1918
To see it in action, run the example project, clone the repo, and run `pod install` from the `Example` directory first. The example project shows how to set up `ParticlesLoadingView` in a few different ways.
2019

@@ -66,8 +65,6 @@ If you think a feature should be included in this project, submit a PR or open a
6665

6766
## Installation
6867

69-
If you are already using Swift 3.0, please use the [swift3.0](https://github.com/BalestraPatrick/ParticlesLoadingView/tree/swift3.0) branch which I will try to keep up to date with the latest Swift beta.
70-
7168
`ParticlesLoadingView` is available through [CocoaPods](http://cocoapods.org). To install
7269
it, simply add the following line to your `Podfile`:
7370

@@ -81,7 +78,7 @@ You can also use [Carthage](https://github.com/Carthage/Carthage) if you prefer.
8178
github "BalestraPatrick/ParticlesLoadingView"
8279
```
8380
## Requirements
84-
iOS 9.0 and Swift 2.2 are required.
81+
iOS 9.0 and Swift 3 are required. If you are using Swift 2.3, please use the [swift2.3 branch](https://github.com/BalestraPatrick/ParticlesLoadingView/tree/swift2.3).
8582

8683
## Author
8784

0 commit comments

Comments
 (0)