25 lines
749 B
JSON
25 lines
749 B
JSON
{
|
|
"name": "Siren",
|
|
"version": "6.0.2",
|
|
"swift_versions": "5.5",
|
|
"summary": "Notify users that a new version of your iOS app is available, and prompt them with the App Store link.",
|
|
"homepage": "https://github.com/ArtSabintsev/Siren",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
|
|
},
|
|
"description": "Notify your users when a new version of your iOS app is available, and prompt them with the App Store link.",
|
|
"platforms": {
|
|
"ios": "15.0",
|
|
"tvos": "15.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/ArtSabintsev/Siren.git",
|
|
"tag": "6.0.2"
|
|
},
|
|
"source_files": "Sources/**/*.swift",
|
|
"resources": "Sources/Siren.bundle",
|
|
"requires_arc": true,
|
|
"swift_version": "5.5"
|
|
}
|