8
8
## Table of Contents
9
9
- [ About] ( https://github.com/ArtSabintsev/Siren#about )
10
10
- [ 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 )
12
12
- [ Screenshots] ( https://github.com/ArtSabintsev/Siren#screenshots )
13
13
- [ Installation Instructions] ( https://github.com/ArtSabintsev/Siren#installation-instructions )
14
14
- [ Example Code] ( https://github.com/ArtSabintsev/Siren#example-code )
19
19
- [ Testing Siren] ( https://github.com/ArtSabintsev/Siren#testing-siren )
20
20
- [ App Store Review & Submissions] ( https://github.com/ArtSabintsev/Siren#app-store-submissions )
21
21
- [ Words of Caution] ( https://github.com/ArtSabintsev/Siren#words-of-caution )
22
+ - [ Ports] ( https://github.com/ArtSabintsev/Siren#ports )
22
23
- [ Attribution] ( https://github.com/ArtSabintsev/Siren#created-and-maintained-by )
23
24
---
24
25
@@ -36,17 +37,6 @@ If a new version is available, an alert can be presented to the user informing t
36
37
## README Translations
37
38
- [ ** 简体中文** ] ( README.zh_CN.md ) (by [ ** Daniel Hu** ] ( http://www.jianshu.com/u/d8bbc4831623 ) )
38
39
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
-
50
40
## Features
51
41
- [x] CocoaPods Support
52
42
- [x] Carthage Support
@@ -97,7 +87,7 @@ For Swift 2.3 support:
97
87
``` swift
98
88
github " ArtSabintsev/Siren" " swift2.3"
99
89
```
100
-
90
+ \
101
91
### Swift Package Manager
102
92
``` swift
103
93
.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
256
246
257
247
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.
258
248
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
+
259
260
## Created and maintained by
260
261
[ Arthur Ariel Sabintsev] ( http://www.sabintsev.com/ ) & [ Aaron Brager] ( http://twitter.com/getaaron )
0 commit comments