blob: 8ec647c0da554864f88a0d250466054984521bd8 [file] [log] [blame]
{
"name": "Siren",
"version": "0.6.6",
"summary": "Notify users when a new version of your iOS app is available, and prompt them with the App Store link..",
"description": "Siren is checks a user’s currently installed version of your iOS app against the version that is currently available in the App Store. If a new version is available, an instance of UIAlertController can be presented to the user informing them of the newer version, and giving them the option to update the application. Alternatively, Siren can notify your app programmatically, enabling you to inform the user through alternative means, such as a custom interface.\n\nSiren is built to work with the Semantic Versioning system.\nSiren is a Swift port of Harpy, an Objective-C library that achieves the same functionality.\nSiren is actively maintained by Arthur Sabintsev and Aaron Brager.",
"homepage": "https://github.com/ArtSabintsev/Siren",
"license": "MIT",
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com",
"Aaron Brager": "getaaron@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/Siren.git",
"tag": "0.6.6"
},
"source_files": "Siren/Siren.swift",
"resources": "Siren/Siren.bundle",
"requires_arc": true
}