Skip to content

Commit 1301d13

Browse files
authored
Update README.md
1 parent 868fd61 commit 1301d13

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Table of Contents
99
- [About](https://github.com/ArtSabintsev/Siren#about)
1010
- [README Translations](https://github.com/ArtSabintsev/Siren#readme-translations)
11-
- [Ports](https://github.com/ArtSabintsev/Siren#ports)
11+
- [Features](https://github.com/ArtSabintsev/Siren#features)
1212
- [Screenshots](https://github.com/ArtSabintsev/Siren#screenshots)
1313
- [Installation Instructions](https://github.com/ArtSabintsev/Siren#installation-instructions)
1414
- [Example Code](https://github.com/ArtSabintsev/Siren#example-code)
@@ -19,6 +19,7 @@
1919
- [Testing Siren](https://github.com/ArtSabintsev/Siren#testing-siren)
2020
- [App Store Review & Submissions](https://github.com/ArtSabintsev/Siren#app-store-submissions)
2121
- [Words of Caution](https://github.com/ArtSabintsev/Siren#words-of-caution)
22+
- [Ports](https://github.com/ArtSabintsev/Siren#ports)
2223
- [Attribution](https://github.com/ArtSabintsev/Siren#created-and-maintained-by)
2324
---
2425

@@ -36,17 +37,6 @@ If a new version is available, an alert can be presented to the user informing t
3637
## README Translations
3738
- [**简体中文**](README.zh_CN.md) (by [**Daniel Hu**](http://www.jianshu.com/u/d8bbc4831623))
3839

39-
## Ports
40-
- **Objective-C (iOS)**
41-
- [**Harpy**](http://github.com/ArtSabintsev/Harpy)
42-
- Siren was ported _from_ Harpy, as Siren and Harpy are maintained by the same developer.
43-
- **Java (Android)**
44-
- [**Egghead Games' Siren library**](https://github.com/eggheadgames/Siren)
45-
- The Siren Swift library inspired the Java library.
46-
- **React Native (iOS)**
47-
- [**Gant Laborde's Siren library**](https://github.com/GantMan/react-native-siren)
48-
- The Siren Swift library inspired the React Native library.
49-
5040
## Features
5141
- [x] CocoaPods Support
5242
- [x] Carthage Support
@@ -97,7 +87,7 @@ For Swift 2.3 support:
9787
``` swift
9888
github "ArtSabintsev/Siren" "swift2.3"
9989
```
100-
90+
\
10191
### Swift Package Manager
10292
```swift
10393
.Package(url: "https://github.com/ArtSabintsev/Siren.git", majorVersion: 1)
@@ -256,5 +246,16 @@ Occassionally, the iTunes JSON will update faster than the App Store CDN, meanin
256246

257247
Also, on even rarer situations, the iTunes JSON may fluctuate between multiple versions of your app shortly after pushing out a new version. This is extremely rare, and has only been reported once in the five years of that Siren and Harpy have been around.
258248

249+
## Ports
250+
- **Objective-C (iOS)**
251+
- [**Harpy**](http://github.com/ArtSabintsev/Harpy)
252+
- Siren was ported _from_ Harpy, as Siren and Harpy are maintained by the same developer.
253+
- **Java (Android)**
254+
- [**Egghead Games' Siren library**](https://github.com/eggheadgames/Siren)
255+
- The Siren Swift library inspired the Java library.
256+
- **React Native (iOS)**
257+
- [**Gant Laborde's Siren library**](https://github.com/GantMan/react-native-siren)
258+
- The Siren Swift library inspired the React Native library.
259+
259260
## Created and maintained by
260261
[Arthur Ariel Sabintsev](http://www.sabintsev.com/) & [Aaron Brager](http://twitter.com/getaaron)

0 commit comments

Comments
 (0)